summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/net/IIpSecService.aidl4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/net/IIpSecService.aidl b/core/java/android/net/IIpSecService.aidl
index b5a2a16c7ff5..d6774d47b49e 100644
--- a/core/java/android/net/IIpSecService.aidl
+++ b/core/java/android/net/IIpSecService.aidl
@@ -72,8 +72,4 @@ interface IIpSecService
int tunnelResourceId, int direction, int transformResourceId, in String callingPackage);
void removeTransportModeTransforms(in ParcelFileDescriptor socket);
-
- int lockEncapSocketForNattKeepalive(int encapSocketResourceId, int requesterUid);
-
- void releaseNattKeepalive(int nattKeepaliveResourceId, int ownerUid);
}