Searched refs:handleEapSimAkaNotification (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/ |
H A D | EapSimAkaMethodStateMachineTest.java | 406 mStateMachine.handleEapSimAkaNotification(TAG, true, ID_INT, typeData); in testHandleEapSimNotificationPreChallenge() 421 mStateMachine.handleEapSimAkaNotification(TAG, true, ID_INT, typeData); in testHandleEapSimNotificationPreChallengeInvalidPBit() 434 mStateMachine.handleEapSimAkaNotification(TAG, true, ID_INT, typeData); in testHandleEapSimNotificationMultipleNotifications() 437 (EapError) mStateMachine.handleEapSimAkaNotification(TAG, true, ID_INT, typeData); in testHandleEapSimNotificationMultipleNotifications() 454 mStateMachine.handleEapSimAkaNotification(TAG, true, ID_INT, typeData); in testHandleEapSimNotificationInvalidAtMac() 480 mStateMachine.handleEapSimAkaNotification(TAG, false, ID_INT, typeData); in testHandleEapSimNotificationPostChallenge() 499 mStateMachine.handleEapSimAkaNotification(TAG, false, ID_INT, typeData); in testHandleEapSimNotificationPostChallengeInvalidAtMac()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
H A D | EapSimMethodStateMachine.java | 159 return handleEapSimAkaNotification( in process() 217 return handleEapSimAkaNotification( in process() 397 return handleEapSimAkaNotification( in process()
|
H A D | EapAkaMethodStateMachine.java | 194 return handleEapSimAkaNotification( in process() 233 return handleEapSimAkaNotification( in process() 355 return handleEapSimAkaNotification( in process()
|
H A D | EapSimAkaMethodStateMachine.java | 293 EapResult handleEapSimAkaNotification( in handleEapSimAkaNotification() method in EapSimAkaMethodStateMachine
|