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.java181 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenAndCloseUdpEncapsulationSocket()
227 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketAfterClose()
257 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testUdpEncapPortNotReleased()
267 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketOnRandomPort()
298 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketTwice()
305 mIpSecService.closeUdpEncapsulationSocket(1); in testCloseInvalidUdpEncapsulationSocket()
494 mIpSecService.closeUdpEncapsulationSocket(openUdpEncapSockets.get(0).resourceId); in testSocketResourceTrackerLimitation()
506 mIpSecService.closeUdpEncapsulationSocket(openSocket.resourceId); in testSocketResourceTrackerLimitation()
625 testIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId);
648 mIpSecService.closeUdpEncapsulationSocket(udpEncapResp.resourceId); in testOpenUdpEncapsulationSocketCallsSetEncapSocketOwner()
/frameworks/base/core/java/android/net/
DIIpSecService.aidl42 void closeUdpEncapsulationSocket(int resourceId); in closeUdpEncapsulationSocket() method
DIpSecManager.java600 mService.closeUdpEncapsulationSocket(mResourceId); in close()
/frameworks/base/tests/net/java/android/net/
DIpSecManagerTest.java197 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocket()
247 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocketOnRandomPort()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1277 public synchronized void closeUdpEncapsulationSocket(int resourceId) throws RemoteException { in closeUdpEncapsulationSocket() method in IpSecService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43091 Landroid/net/IIpSecService$Stub$Proxy;->closeUdpEncapsulationSocket(I)V
43122 Landroid/net/IIpSecService;->closeUdpEncapsulationSocket(I)V