Home
last modified time | relevance | path

Searched defs:encapSocket (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java193 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocket() local
242 IpSecManager.UdpEncapsulationSocket encapSocket = in testOpenEncapsulationSocketOnRandomPort() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java500 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket(); in checkTransform()
653 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) { in testIkeOverUdpEncapSocket()
1496 IpSecManager.UdpEncapsulationSocket encapSocket = null; in testOpenUdpEncapSocketSpecificPort() local
1525 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) { in testOpenUdpEncapSocketRandomPort()
DIpSecBaseTest.java641 IpSecManager.UdpEncapsulationSocket encapSocket, in buildIpSecTransform()