/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeUdpEncapSocket.java | 23 import android.net.IpSecManager.UdpEncapsulationSocket; 55 private final UdpEncapsulationSocket mUdpEncapSocket; 60 UdpEncapsulationSocket udpEncapSocket, IkeSocketConfig sockConfig, Handler handler) { in IkeUdpEncapSocket() 86 UdpEncapsulationSocket udpEncapSocket = ipsecManager.openUdpEncapsulationSocket(); in getIkeUdpEncapSocket() 106 public UdpEncapsulationSocket getUdpEncapsulationSocket() { in getUdpEncapsulationSocket()
|
D | SaRecord.java | 26 import android.net.IpSecManager.UdpEncapsulationSocket; 499 UdpEncapsulationSocket udpEncapSocket, in makeIpSecTransform() 587 @Nullable public final UdpEncapsulationSocket udpEncapSocket; 603 @Nullable UdpEncapsulationSocket udpEncapSocket, in ChildSaRecordConfig() 1025 @Nullable UdpEncapsulationSocket udpEncapSocket, in makeChildSaRecord() 1192 UdpEncapsulationSocket udpEncapSocket, in makeIpSecTransform()
|
D | ChildSessionStateMachine.java | 54 import android.net.IpSecManager.UdpEncapsulationSocket; 187 @VisibleForTesting @Nullable UdpEncapsulationSocket mUdpEncapSocket; 384 UdpEncapsulationSocket udpEncapSocket, in handleFirstChildExchange() 419 UdpEncapsulationSocket udpEncapSocket, in createChildSession() 468 UdpEncapsulationSocket udpEncapSocket) { in performMigration() 470 final UdpEncapsulationSocket oldEncapSocket = mUdpEncapSocket; in performMigration() 520 UdpEncapsulationSocket udpEncapSocket) { in performRekeyMigration()
|
D | IkeSessionStateMachine.java | 97 import android.net.IpSecManager.UdpEncapsulationSocket; 2840 private UdpEncapsulationSocket getEncapSocketOrNull() { in getEncapSocketOrNull()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/keepalive/ |
D | IkeNattKeepalive.java | 24 import android.net.IpSecManager.UdpEncapsulationSocket; 94 public final UdpEncapsulationSocket socket; 104 UdpEncapsulationSocket socket, in KeepaliveConfig() 208 UdpEncapsulationSocket socket, in createSoftwareKeepaliveImpl() 236 private final UdpEncapsulationSocket mSocket; 242 UdpEncapsulationSocket socket, in HardwareKeepaliveCb()
|
D | SoftwareKeepaliveImpl.java | 22 import android.net.IpSecManager.UdpEncapsulationSocket; 41 private final UdpEncapsulationSocket mSocket; 53 UdpEncapsulationSocket socket, in SoftwareKeepaliveImpl()
|
D | HardwareKeepaliveImpl.java | 35 import android.net.IpSecManager.UdpEncapsulationSocket; 70 UdpEncapsulationSocket socket, in HardwareKeepaliveImpl()
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 591 public static final class UdpEncapsulationSocket implements AutoCloseable { class in IpSecManager 598 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket 710 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket() 720 return new UdpEncapsulationSocket(mService, port); in openUdpEncapsulationSocket() 744 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket() 747 return new UdpEncapsulationSocket(mService, 0); in openUdpEncapsulationSocket()
|
D | IpSecTransform.java | 348 @NonNull IpSecManager.UdpEncapsulationSocket localSocket, int remotePort) { in setIpv4Encapsulation()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeUdpEncapSocketTest.java | 34 import android.net.IpSecManager.UdpEncapsulationSocket; 60 private UdpEncapsulationSocket mSpyUdpEncapSocket; 62 private UdpEncapsulationSocket mSpyDummyUdpEncapSocketOne; 63 private UdpEncapsulationSocket mSpyDummyUdpEncapSocketTwo;
|
D | SaRecordTest.java | 37 import android.net.IpSecManager.UdpEncapsulationSocket; 264 UdpEncapsulationSocket mockUdpEncapSocket = mock(UdpEncapsulationSocket.class); in testMakeChildSaRecord()
|
D | ChildSessionStateMachineTest.java | 79 import android.net.IpSecManager.UdpEncapsulationSocket; 215 private UdpEncapsulationSocket mMockUdpEncapSocket; 281 mMockUdpEncapSocket = mock(UdpEncapsulationSocket.class); in setup() 452 UdpEncapsulationSocket newEncapSocket) { in verifyChildSaRecordConfig() 1244 UdpEncapsulationSocket newEncapSocket) in verifyRekeyChildLocalCreateHandlesResponse() 1268 UdpEncapsulationSocket newEncapSocket) in verifyLocalRekeyCreateIsDone() 2436 private void verifyMobikeRekeyFallback(UdpEncapsulationSocket newEncapSocket) throws Exception { in verifyMobikeRekeyFallback() 2543 UdpEncapsulationSocket newEncapSocket) throws Exception { in verifyKernelMobikeFallbackForUnsupportedMigrations() 2558 verifyKernelMobikeFallbackForUnsupportedMigrations(mock(UdpEncapsulationSocket.class)); in testMobike_usesRekeyMobikeFallbackForChangingEncapSocket()
|
/packages/modules/Connectivity/framework-t/api/ |
D | lint-baseline.txt | 34 GenericException: android.net.IpSecManager.UdpEncapsulationSocket#finalize(): 54 MissingNullability: android.net.IpSecManager.UdpEncapsulationSocket#getFileDescriptor(): 80 UseParcelFileDescriptor: android.net.IpSecManager.UdpEncapsulationSocket#getFileDescriptor(): 81 …tor instead of FileDescriptor in method android.net.IpSecManager.UdpEncapsulationSocket.getFileDes…
|
D | current.txt | 101 …method @NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(… 102 …method @NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(… 122 public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable { 139 …nsform.Builder setIpv4Encapsulation(@NonNull android.net.IpSecManager.UdpEncapsulationSocket, int);
|
D | module-lib-current.txt | 70 public static final class IpSecManager.UdpEncapsulationSocket implements java.lang.AutoCloseable {
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTunnelTest.java | 20 import static android.net.IpSecManager.UdpEncapsulationSocket; 326 private UdpEncapsulationSocket openUdpEncapsulationSocket(int ipVersion) throws Exception { in openUdpEncapsulationSocket() 359 UdpEncapsulationSocket encapSocket, in getIpSecTunnelTestRunnable() 372 UdpEncapsulationSocket encapSocket, in getIpSecTunnelTestRunnable() 443 UdpEncapsulationSocket encapSocket, 492 UdpEncapsulationSocket encapSocket, 595 UdpEncapsulationSocket encapSocket, 699 UdpEncapsulationSocket encapSocket = 772 UdpEncapsulationSocket encapSocket, 983 UdpEncapsulationSocket encapSocket = [all …]
|
D | IpSecManagerTest.java | 70 import android.net.IpSecManager.UdpEncapsulationSocket; 279 UdpEncapsulationSocket encapSocket) in buildTransportModeTransform() 322 UdpEncapsulationSocket encapSocket = encap in doTestCreateTransform() 366 private UdpEncapsulationSocket getPrivilegedUdpEncapSocket(boolean ipv6) throws Exception { in getPrivilegedUdpEncapSocket() 605 try (UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket(); 759 try (UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) { 1601 UdpEncapsulationSocket encapSocket = null; 1630 try (UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) {
|
D | IpSecBaseTest.java | 690 IpSecManager.UdpEncapsulationSocket encapSocket, in buildIpSecTransform()
|
D | ConnectivityManagerTest.java | 149 import android.net.IpSecManager.UdpEncapsulationSocket; 1928 final UdpEncapsulationSocket nattSocket = mIpSec.openUdpEncapsulationSocket(); in createConcurrentNattSocketKeepalives()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | IpSecManagerTest.java | 193 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocket() 242 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocketOnRandomPort()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/keepalive/ |
D | IkeNattKeepaliveTest.java | 40 import android.net.IpSecManager.UdpEncapsulationSocket; 101 mock(UdpEncapsulationSocket.class), in setUp()
|
/packages/modules/Connectivity/framework-t/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 313 Landroid/net/IpSecManager$UdpEncapsulationSocket;-><init>(Landroid/net/IIpSecService;I)V 314 Landroid/net/IpSecManager$UdpEncapsulationSocket;->getResourceId()I 315 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mCloseGuard:Ldalvik/system/CloseGuard; 316 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mPfd:Landroid/os/ParcelFileDescriptor; 317 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mPort:I 318 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mResourceId:I 319 Landroid/net/IpSecManager$UdpEncapsulationSocket;->mService:Landroid/net/IIpSecService;
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | ConnectivityManager.java | 48 import android.net.IpSecManager.UdpEncapsulationSocket; 2585 @NonNull UdpEncapsulationSocket socket, in createSocketKeepalive()
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 1208 try (IpSecManager.UdpEncapsulationSocket nattSocket = ipSec.openUdpEncapsulationSocket()) { in doTestAutomaticOnOffKeepaliveMode()
|
/packages/modules/Connectivity/framework/api/ |
D | current.txt | 69 …(@NonNull android.net.Network, @NonNull android.net.IpSecManager.UdpEncapsulationSocket, @NonNull …
|