Home
last modified time | relevance | path

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 DEapSimAkaMethodStateMachineTest.java406 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 DEapSimMethodStateMachine.java159 return handleEapSimAkaNotification( in process()
217 return handleEapSimAkaNotification( in process()
397 return handleEapSimAkaNotification( in process()
H A DEapAkaMethodStateMachine.java194 return handleEapSimAkaNotification( in process()
233 return handleEapSimAkaNotification( in process()
355 return handleEapSimAkaNotification( in process()
H A DEapSimAkaMethodStateMachine.java293 EapResult handleEapSimAkaNotification( in handleEapSimAkaNotification() method in EapSimAkaMethodStateMachine