Searched refs:closeChildSession (Results 1 – 5 of 5) sorted by relevance
256 public void closeChildSession(@NonNull ChildSessionCallback childSessionCallback) { in closeChildSession() method in IkeSession257 mIkeSessionStateMachine.closeChildSession(childSessionCallback); in closeChildSession()
157 ikeSession.closeChildSession(additionalChildCb); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode()
179 method public void closeChildSession(@NonNull android.net.ipsec.ike.ChildSessionCallback);
5668 mIkeSessionStateMachine.closeChildSession(mock(ChildSessionCallback.class)); in testCloseChildSessionValidatesArgs()5678 mIkeSessionStateMachine.closeChildSession(mMockChildSessionCallback); in testCloseChildSession()5695 mIkeSessionStateMachine.closeChildSession(mMockChildSessionCallback); in testCloseImmediatelyAfterOpenChildSession()
882 public void closeChildSession(ChildSessionCallback childSessionCallback) { in closeChildSession() method in IkeSessionStateMachine