Home
last modified time | relevance | path

Searched refs:onClosedExceptionally (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java2539 .onClosedExceptionally(any(AuthenticationFailedException.class)); in sendAuthFailRespAndVerifyCloseIke()
2558 .onClosedExceptionally(any(AuthenticationFailedException.class)); in testAuthHandlesIkeErrorNotify()
2579 verify(mMockIkeSessionCallback).onClosedExceptionally(captor.capture()); in testAuthHandlesCreateChildErrorNotify()
2604 verify(mMockIkeSessionCallback).onClosedExceptionally(any(InvalidSyntaxException.class)); in testAuthPskHandleRespWithParsingError()
2666 .onClosedExceptionally(any(AuthenticationFailedException.class)); in testAuthRejectOtherResponderId()
2790 .onClosedExceptionally(any(AuthenticationFailedException.class)); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()
2834 .onClosedExceptionally(argThat(err -> err.getCause() == error)); in testCreateIkeLocalIkeAuthInEapHandlesError()
2856 .onClosedExceptionally(any(AuthenticationFailedException.class)); in testCreateIkeLocalIkeAuthInEapHandlesFailure()
3020 verify(mMockIkeSessionCallback).onClosedExceptionally(any(InvalidSyntaxException.class)); in testCreateIkeLocalIkeAuthHandlesLastFragError()
3135 verify(mMockIkeSessionCallback).onClosedExceptionally(any(InvalidSyntaxException.class)); in testRekeyIkeLocalCreateHandleRespWithParsingError()
[all …]
DChildSessionStateMachineTest.java593 verify(mMockChildSessionCallback).onClosedExceptionally(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()
772 verify(mMockChildSessionCallback).onClosedExceptionally(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionCallback.java60 void onClosedExceptionally(@NonNull IkeException exception); in onClosedExceptionally() method
DChildSessionCallback.java69 void onClosedExceptionally(@NonNull IkeException exception); in onClosedExceptionally() method
/packages/modules/IPsec/api/
Dsystem-current.txt64 … method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);
143 … method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java601 mUserCallback.onClosedExceptionally(new IkeInternalException(e)); in cleanUpAndQuit()
660 mUserCallback.onClosedExceptionally(ikeException); in handleChildFatalError()
DIkeSessionStateMachine.java730 mIkeSessionCallback.onClosedExceptionally( in handleMessage()
920 mIkeSessionCallback.onClosedExceptionally(new IkeInternalException(e)); in cleanUpAndQuit()
1008 mIkeSessionCallback.onClosedExceptionally(ikeException); in handleIkeFatalError()