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.java101 @VisibleForTesting boolean mHasReceivedSimAkaNotification = false; field in EapSimAkaMethodStateMachine
520 if (mHasReceivedSimAkaNotification) { in handleEapSimAkaNotification()
525 mHasReceivedSimAkaNotification = true; in handleEapSimAkaNotification()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java460 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationPreChallenge()
507 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationMultipleNotifications()
564 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapSimNotificationPostChallenge()
644 assertTrue(mStateMachine.mHasReceivedSimAkaNotification); in testHandleEapAkaNotificationPostReauth()