Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSessionCallback.java77 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
H A DChildSessionCallback.java92 default void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java1512 .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 …]
H A DChildSessionStateMachineTest.java659 verify(mMockChildSessionCallback).onClosedWithException(any(exceptionClass)); in verifyHandleFatalErrorAndQuit()
890 verify(mMockChildSessionCallback).onClosedWithException(any(InvalidSyntaxException.class)); in testDeleteChildLocalHandlesInvalidResp()
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionTestBase.java361 public void onClosedWithException(@NonNull IkeException exception) { in onClosedWithException() method in DefaultTestIkeSessionCallback
474 public void onClosedWithException(@NonNull IkeException exception) {
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt77 …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…
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachine.java681 mUserCallback.onClosedWithException(new IkeInternalException(e)); in cleanUpAndQuit()
738 mUserCallback.onClosedWithException(ikeException); in handleChildFatalError()
H A DIkeSessionStateMachine.java856 mIkeSessionCallback.onClosedWithException( in handleMessage()
1109 mIkeSessionCallback.onClosedWithException(new IkeInternalException(e)); in cleanUpAndQuit()
1204 mIkeSessionCallback.onClosedWithException(ikeException); in handleIkeFatalError()