Searched refs:onClosedWithException (Results 1 – 10 of 10) sorted by relevance
1088 ikeSessionCallback.onClosedWithException( in testGetValidEpdgAddress_DiffAddr()1136 ikeSessionCallback.onClosedWithException( in testGetValidEpdgAddress_NextAddr()1186 ikeSessionCallback.onClosedWithException( in testGetValidEpdgAddress_WhenExcludeFailedIpEnabled()1317 ikeSessionCallback.onClosedWithException(new IkeInternalException(new Exception())); in verifyBackOffTimer()1616 .onClosedWithException(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_True()1646 .onClosedWithException(mMockIkeException); in testHandleOnClosedExceptionallyWithEpdgConnected_False()1899 .onClosedWithException(mockException); in testReportIwlanErrorIkeProtocolException()1945 .onClosedWithException(ikeException); in testNeverReportIwlanErrorWhenCloseAnOpenedTunnel()2281 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()2294 .onClosedWithException(mMockIkeException); in testIgnoreSignalFromObsoleteCallback()[all …]
93 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
164 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
1622 verify(callback).onClosedWithException( in verifyFireCallbackOnDnsFailure()1628 verify(callback).onClosedWithException( in verifyFireCallbackOnDnsFailure()2853 .onClosedWithException(argThat(e -> e.getCause() == ikeException.getCause())); in verifyNotifyUserCloseSessionWithException()3464 .onClosedWithException(any(AuthenticationFailedException.class)); in sendAuthFailRespAndVerifyCloseIke()3489 .onClosedWithException(any(AuthenticationFailedException.class)); in testAuthHandlesIkeErrorNotify()3515 verify(mMockIkeSessionCallback).onClosedWithException(captor.capture()); in testAuthHandlesCreateChildErrorNotify()3540 verify(mMockIkeSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testAuthPskHandleRespWithParsingError()3598 .onClosedWithException(any(AuthenticationFailedException.class)); in testAuthRejectOtherResponderId()3800 .onClosedWithException(any(AuthenticationFailedException.class)); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()3844 .onClosedWithException(argThat(err -> err.getCause() == error)); in testCreateIkeLocalIkeAuthInEapHandlesError()[all …]
711 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()909 .onClosedWithException(any(exceptionClass)); in verifyNotifyUsersDeleteSession()974 verify(mMockChildSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
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()
1033 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(error)); in handleMessage()1211 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()1290 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()
532 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in TmIkeSessionCallback673 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in TmChildSessionCallback