Home
last modified time | relevance | path

Searched refs:handleEapSimAkaNotification (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimAkaMethodStateMachineTest.java451 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationPreChallenge()
473 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationPreChallengeInvalidPBit()
493 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationMultipleNotifications()
498 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationMultipleNotifications()
522 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationInvalidAtMac()
555 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationPostChallenge()
581 mStateMachine.handleEapSimAkaNotification( in testHandleEapSimNotificationPostChallengeInvalidAtMac()
641 mStateMachine.handleEapSimAkaNotification( in testHandleEapAkaNotificationPostReauth()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapSimMethodStateMachine.java158 return handleEapSimAkaNotification( in process()
219 return handleEapSimAkaNotification( in process()
402 return handleEapSimAkaNotification( in process()
DEapAkaMethodStateMachine.java245 return handleEapSimAkaNotification( in process()
297 return handleEapSimAkaNotification( in process()
439 return handleEapSimAkaNotification( in process()
746 return handleEapSimAkaNotification( in process()
DEapSimAkaMethodStateMachine.java510 EapResult handleEapSimAkaNotification( in handleEapSimAkaNotification() method in EapSimAkaMethodStateMachine