Searched refs:onClosedWithException (Results 1 – 8 of 8) sorted by relevance
77 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
92 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
1512 .onClosedWithException( in setupAndVerifyDnsResolutionForIkeSession()3098 .onClosedWithException(any(AuthenticationFailedException.class)); in sendAuthFailRespAndVerifyCloseIke()3117 .onClosedWithException(any(AuthenticationFailedException.class)); in testAuthHandlesIkeErrorNotify()3138 verify(mMockIkeSessionCallback).onClosedWithException(captor.capture()); in testAuthHandlesCreateChildErrorNotify()3223 .onClosedWithException(any(AuthenticationFailedException.class)); in testAuthRejectOtherResponderId()3347 .onClosedWithException(any(AuthenticationFailedException.class)); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()3391 .onClosedWithException(argThat(err -> err.getCause() == error)); in testCreateIkeLocalIkeAuthInEapHandlesError()3413 .onClosedWithException(any(AuthenticationFailedException.class)); in testCreateIkeLocalIkeAuthInEapHandlesFailure()5190 .onClosedWithException( in testCreateIkeLocalIkeInitRcvErrorNotify()5581 .onClosedWithException(any(UnrecognizedIkeProtocolException.class)); in verifyIkeAuthWithBackoffTimer()[all …]
659 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()890 verify(mMockChildSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
361 public void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method in DefaultTestIkeSessionCallback474 public void onClosedWithException(@NonNull IkeException exception) {
77 …method public default void onClosedWithException(@NonNull android.net.ipsec.ike.exceptions.IkeExce…161 …method public default void onClosedWithException(@NonNull android.net.ipsec.ike.exceptions.IkeExce…
681 mUserCallback.onClosedWithException(new IkeInternalException(e)); in cleanUpAndQuit()738 mUserCallback.onClosedWithException(ikeException); in handleChildFatalError()
856 mIkeSessionCallback.onClosedWithException( in handleMessage()1109 mIkeSessionCallback.onClosedWithException(new IkeInternalException(e)); in cleanUpAndQuit()1204 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()