Searched refs:releaseReference (Results 1 – 6 of 6) sorted by relevance
255 ikeSocketOne.releaseReference(mockIkeSessionOne); in verifyGetAndCloseIkeSocketSameConfig()259 ikeSocketTwo.releaseReference(mockIkeSessionTwo); in verifyGetAndCloseIkeSocketSameConfig()298 ikeSocketOne.releaseReference(mockIkeSessionOne); in verifyGetAndCloseIkeSocketDifferentConfig()302 ikeSocketTwo.releaseReference(mockIkeSessionTwo); in verifyGetAndCloseIkeSocketDifferentConfig()351 ikeSocket.releaseReference(mockIkeSession); in verifyIkeUdpSocketReceivePacket()
169 ikeSocket.releaseReference(mMockIkeSessionStateMachine); in disableTestSendIkePacket()226 ikeSocket.releaseReference(mMockIkeSessionStateMachine); in checkReceiveIkePacket()
1393 verify(mSpyCurrentIkeSocket).releaseReference(eq(mIkeSessionStateMachine)); in testQuit()
233 public final void releaseReference(IkeSessionStateMachine ikeSession) { in releaseReference() method in IkeSocket
912 mIkeSocket.releaseReference(this); in switchToIkeSocket()1144 mIkeSocket.releaseReference(this); in onQuitting()3407 mIkeSocket.releaseReference(IkeSessionStateMachine.this); in switchToIkeSocket()
83 verify(resource, times(releaseReferenceCallCount)).releaseReference(); in assertResourceState()