Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java166 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenAndCloseUdpEncapsulationSocket()
213 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketAfterClose()
244 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testUdpEncapPortNotReleased()
254 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketOnRandomPort()
288 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketTwice()
295 mIpSecService.closeUdpEncapsulationSocket(1); in testCloseInvalidUdpEncapsulationSocket()
482 mIpSecService.closeUdpEncapsulationSocket(openUdpEncapSockets.get(0).resourceId); in testSocketResourceTrackerLimitation()
494 mIpSecService.closeUdpEncapsulationSocket(openSocket.resourceId); in testSocketResourceTrackerLimitation()
613 testIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId);
636 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner()
/frameworks/base/core/java/android/net/
DIIpSecService.aidl42 void closeUdpEncapsulationSocket(int resourceId); in closeUdpEncapsulationSocket() method
DIpSecManager.java604 mService.closeUdpEncapsulationSocket(mResourceId); in close()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java195 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocket()
245 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocketOnRandomPort()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1241 public synchronized void closeUdpEncapsulationSocket(int resourceId) throws RemoteException { in closeUdpEncapsulationSocket() method in IpSecService
/frameworks/base/config/
Dboot-image-profile.txt25844 HSPLandroid/net/IIpSecService;->closeUdpEncapsulationSocket(I)V