Home
last modified time | relevance | path

Searched refs:mHasReceivedSimAkaNotification (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachine.java81 @VisibleForTesting boolean mHasReceivedSimAkaNotification = false; field in EapSimAkaMethodStateMachine
302 if (mHasReceivedSimAkaNotification) { in handleEapSimAkaNotification()
307 mHasReceivedSimAkaNotification = true; in handleEapSimAkaNotification()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java374 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationPreChallenge()
405 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationMultipleNotifications()
448 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationPostChallenge()