Home
last modified time | relevance | path

Searched refs:onClosedWithException (Results 1 – 10 of 10) sorted by relevance

/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1088 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 …]
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSessionCallback.java93 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
DIkeSessionCallback.java164 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java1622 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 …]
DChildSessionStateMachineTest.java711 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()
909 .onClosedWithException(any(exceptionClass)); in verifyNotifyUsersDeleteSession()
974 verify(mMockChildSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionTestBase.java403 public void onClosedWithException(@NonNull IkeException exception) {
516 public void onClosedWithException(@NonNull IkeException exception) {
/packages/modules/IPsec/api/
Dcurrent.txt103 …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…
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java736 mUserCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()
795 mUserCallback.onClosedWithException(ikeException); in handleChildFatalError()
DIkeSessionStateMachine.java1033 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(error)); in handleMessage()
1211 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()
1290 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java532 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in TmIkeSessionCallback
673 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in TmChildSessionCallback