Home
last modified time | relevance | path

Searched refs:openUdpEncapsulationSocket (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java168 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 …]
DIpSecServiceParameterizedTest.java363 IpSecUdpEncapResponse udpSock = mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testCreateTransportModeTransformWithEncap()
389 IpSecUdpEncapResponse udpSock = mIpSecService.openUdpEncapsulationSocket(0, new Binder()); in testCreateTunnelModeTransformWithEncap()
DConnectivityServiceTest.java4170 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()
4299 final UdpEncapsulationSocket testSocket2 = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesWithExecutor()
4423 final UdpEncapsulationSocket testSocket = mIpSec.openUdpEncapsulationSocket(); in doTestNattSocketKeepalivesFdWithExecutor()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java187 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()
/frameworks/base/core/java/android/net/
DIIpSecService.aidl40 IpSecUdpEncapResponse openUdpEncapsulationSocket(int port, in IBinder binder); in openUdpEncapsulationSocket() method
DIpSecManager.java557 mService.openUdpEncapsulationSocket(port, new Binder()); in UdpEncapsulationSocket()
664 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket() method in IpSecManager
698 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket() method in IpSecManager
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1226 public synchronized IpSecUdpEncapResponse openUdpEncapsulationSocket(int port, IBinder binder) in openUdpEncapsulationSocket() method in IpSecService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt30067 …NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket(int) thr…
30068 …NonNull public android.net.IpSecManager.UdpEncapsulationSocket openUdpEncapsulationSocket() throws…