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
300 if (mHasReceivedSimAkaNotification) { in handleEapSimAkaNotification()
305 mHasReceivedSimAkaNotification = true; in handleEapSimAkaNotification()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java408 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationPreChallenge()
439 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationMultipleNotifications()
482 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationPostChallenge()