Searched refs:closeUdpEncapsulationSocket (Results 1 – 6 of 6) sorted by relevance
183 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()
200 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocket()250 verify(mMockIpSecService).closeUdpEncapsulationSocket(DUMMY_RESOURCE_ID); in testOpenEncapsulationSocketOnRandomPort()
43 void closeUdpEncapsulationSocket(int resourceId); in closeUdpEncapsulationSocket() method
646 mService.closeUdpEncapsulationSocket(mResourceId); in close()
126 Landroid/net/IIpSecService$Stub$Proxy;->closeUdpEncapsulationSocket(I)V157 Landroid/net/IIpSecService;->closeUdpEncapsulationSocket(I)V
1362 public synchronized void closeUdpEncapsulationSocket(int resourceId) throws RemoteException { in closeUdpEncapsulationSocket() method in IpSecService