Searched refs:openUdpEncapsulationSocket (Results 1 – 9 of 9) sorted by relevance
168 udpEncapResp = mIpSecService.openUdpEncapsulationSocket(localport, new Binder()); in testOpenAndCloseUdpEncapsulationSocket()199 mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testUdpEncapsulationSocketBinderDeath()222 mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testOpenUdpEncapsulationSocketAfterClose()243 mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testUdpEncapPortNotReleased()263 mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testOpenUdpEncapsulationSocketOnRandomPort()274 mIpSecService.openUdpEncapsulationSocket(TEST_UDP_ENCAP_INVALID_PORT, new Binder()); in testOpenUdpEncapsulationSocketPortRange()280 mIpSecService.openUdpEncapsulationSocket(TEST_UDP_ENCAP_PORT_OUT_RANGE, new Binder()); in testOpenUdpEncapsulationSocketPortRange()289 mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testOpenUdpEncapsulationSocketTwice()295 mIpSecService.openUdpEncapsulationSocket(localport, new Binder()); in testOpenUdpEncapsulationSocketTwice()474 mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testSocketResourceTrackerLimitation()[all …]
363 IpSecUdpEncapResponse udpSock = mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testCreateTransportModeTransformWithEncap()389 IpSecUdpEncapResponse udpSock = mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testCreateTunnelModeTransformWithEncap()
4170 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()4299 final UdpEncapsulationSocket testSocket2 = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()4423 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesFdWithExecutor()
187 when(mMockIpSecService.openUdpEncapsulationSocket(eq(TEST_UDP_ENCAP_PORT), anyObject())) in testOpenEncapsulationSocket()191 mIpSecManager.openUdpEncapsulationSocket(TEST_UDP_ENCAP_PORT); in testOpenEncapsulationSocket()236 when(mMockIpSecService.openUdpEncapsulationSocket(eq(0), anyObject())) in testOpenEncapsulationSocketOnRandomPort()240 mIpSecManager.openUdpEncapsulationSocket(); in testOpenEncapsulationSocketOnRandomPort()253 mIpSecManager.openUdpEncapsulationSocket(IpSecManager.INVALID_SECURITY_PARAMETER_INDEX); in testOpenEncapsulationSocketWithInvalidPort()
40 IpSecUdpEncapResponse openUdpEncapsulationSocket(int port, in IBinder binder); in openUdpEncapsulationSocket() method
557 mService.openUdpEncapsulationSocket(port, new Binder()); in UdpEncapsulationSocket()664 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket() method in IpSecManager698 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket() method in IpSecManager
1226 public synchronized IpSecUdpEncapResponse openUdpEncapsulationSocket(int port, IBinder binder) in openUdpEncapsulationSocket() method in IpSecService
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
30067 …NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(int) thr…30068 …NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket() throws…