Searched refs:onClosedWithException (Results 1 – 10 of 10) sorted by relevance
93 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
164 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
1612 verify(callback).onClosedWithException( in verifyFireCallbackOnDnsFailure()1618 verify(callback).onClosedWithException( in verifyFireCallbackOnDnsFailure()2801 .onClosedWithException(argThat(e -> e.getCause() == ikeException.getCause())); in verifyNotifyUserCloseSessionWithException()3412 .onClosedWithException(any(AuthenticationFailedException.class)); in sendAuthFailRespAndVerifyCloseIke()3437 .onClosedWithException(any(AuthenticationFailedException.class)); in testAuthHandlesIkeErrorNotify()3463 verify(mMockIkeSessionCallback).onClosedWithException(captor.capture()); in testAuthHandlesCreateChildErrorNotify()3488 verify(mMockIkeSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testAuthPskHandleRespWithParsingError()3546 .onClosedWithException(any(AuthenticationFailedException.class)); in testAuthRejectOtherResponderId()3748 .onClosedWithException(any(AuthenticationFailedException.class)); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()3792 .onClosedWithException(argThat(err -> err.getCause() == error)); in testCreateIkeLocalIkeAuthInEapHandlesError()[all …]
712 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()910 .onClosedWithException(any(exceptionClass)); in verifyNotifyUsersDeleteSession()975 verify(mMockChildSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
1068 ikeSessionCallback.onClosedWithException( in testGetValidEpdgAddress_DiffAddr()1117 ikeSessionCallback.onClosedWithException( in testGetValidEpdgAddress_NextAddr()1168 ikeSessionCallback.onClosedWithException( in testGetValidEpdgAddress_WhenExcludeFailedIpEnabled()1300 ikeSessionCallback.onClosedWithException(new IkeInternalException(new Exception())); in verifyBackOffTimer()1608 .onClosedWithException(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_True()1639 .onClosedWithException(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_False()1898 .onClosedWithException(mockException); in testReportIwlanErrorIkeProtocolException()1945 .onClosedWithException(ikeException); in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel()2292 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()2305 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()[all …]
403 public void onClosedWithException(@NonNull IkeException exception) {516 public void onClosedWithException(@NonNull IkeException exception) {
103 …method public default void onClosedWithException(@NonNull android.net.ipsec.ike.exceptions.IkeExce…188 …method public default void onClosedWithException(@NonNull android.net.ipsec.ike.exceptions.IkeExce…
736 mUserCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()795 mUserCallback.onClosedWithException(ikeException); in handleChildFatalError()
1027 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(error)); in handleMessage()1205 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()1284 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()
522 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in EpdgTunnelManager.TmIkeSessionCallback643 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in EpdgTunnelManager.TmChildSessionCallback