Home
last modified time | relevance | path

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

/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.java1612 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 …]
DChildSessionStateMachineTest.java712 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()
910 .onClosedWithException(any(exceptionClass)); in verifyNotifyUsersDeleteSession()
975 verify(mMockChildSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
/packages/services/Iwlan/test/com/google/android/iwlan/epdg/
DEpdgTunnelManagerTest.java1068 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 …]
/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.java1027 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(error)); in handleMessage()
1205 mIkeSessionCallback.onClosedWithException(wrapAsIkeException(e)); in cleanUpAndQuit()
1284 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java522 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in EpdgTunnelManager.TmIkeSessionCallback
643 public void onClosedWithException(IkeException exception) { in onClosedWithException() method in EpdgTunnelManager.TmChildSessionCallback