Home
last modified time | relevance | path

Searched refs:closeUdpEncapsulationSocket (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java183 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenAndCloseUdpEncapsulationSocket()
229 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketAfterClose()
259 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testUdpEncapPortNotReleased()
269 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketOnRandomPort()
300 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketTwice()
307 mIpSecService.closeUdpEncapsulationSocket(1); in testCloseInvalidUdpEncapsulationSocket()
496 mIpSecService.closeUdpEncapsulationSocket(openUdpEncapSockets.get(0).resourceId); in testSocketResourceTrackerLimitation()
508 mIpSecService.closeUdpEncapsulationSocket(openSocket.resourceId); in testSocketResourceTrackerLimitation()
627 testIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId);
650 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java200 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocket()
250 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocketOnRandomPort()
/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl43 void closeUdpEncapsulationSocket(int resourceId); in closeUdpEncapsulationSocket() method
DIpSecManager.java646 mService.closeUdpEncapsulationSocket(mResourceId); in close()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt126 Landroid/net/IIpSecService$Stub$Proxy;->closeUdpEncapsulationSocket(I)V
157 Landroid/net/IIpSecService;->closeUdpEncapsulationSocket(I)V
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1362 public synchronized void closeUdpEncapsulationSocket(int resourceId) throws RemoteException { in closeUdpEncapsulationSocket() method in IpSecService