Home
last modified time | relevance | path

Searched refs:onFatalIkeSessionError (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java361 void onFatalIkeSessionError(Exception exception); in onFatalIkeSessionError() method
1760 mChildSmCallback.onFatalIkeSessionError(exception); in handleProcessRespOrSaCreationFailAndQuit()
1769 mChildSmCallback.onFatalIkeSessionError(exception); in handleErrorNotify()
DIkeSessionStateMachine.java1191 public void onFatalIkeSessionError(Exception exception) { in onFatalIkeSessionError() method in IkeSessionStateMachine.ChildSessionSmCallback
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java1365 verify(mMockChildSessionSmCallback).onFatalIkeSessionError(any(exceptionClass)); in verifyIkeSessionFatalErrorAndSendOutboundIkeDeletePayload()
DIkeSessionStateMachineTest.java5406 mDummyChildSmCallback.onFatalIkeSessionError(exception); in testOnFatalIkeSessionErrorFromChild()