Searched refs:onClosedExceptionally (Results 1 – 7 of 7) sorted by relevance
2539 .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 …]
595 verify(mMockChildSessionCallback).onClosedExceptionally(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()799 verify(mMockChildSessionCallback).onClosedExceptionally(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
60 void onClosedExceptionally(@NonNull IkeException exception); in onClosedExceptionally() method
69 void onClosedExceptionally(@NonNull IkeException exception); in onClosedExceptionally() method
64 … method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);143 … method public void onClosedExceptionally(@NonNull android.net.ipsec.ike.exceptions.IkeException);
604 mUserCallback.onClosedExceptionally(new IkeInternalException(e)); in cleanUpAndQuit()663 mUserCallback.onClosedExceptionally(ikeException); in handleChildFatalError()
729 mIkeSessionCallback.onClosedExceptionally( in handleMessage()919 mIkeSessionCallback.onClosedExceptionally(new IkeInternalException(e)); in cleanUpAndQuit()1007 mIkeSessionCallback.onClosedExceptionally(ikeException); in handleIkeFatalError()