Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMethodStateMachine.java73 abstract EapResult handleEapNotification(String tag, EapMessage message); in handleEapNotification() method in EapMethodStateMachine
98 return handleEapNotification(tag, message); in handleEapSuccessFailureNotification()
DEapTtlsMethodStateMachine.java138 EapResult handleEapNotification(String tag, EapMessage message) { in handleEapNotification() method in EapTtlsMethodStateMachine
821 return handleEapNotification(tag, message); in handleEapSuccessFailureNotification()
DEapMsChapV2MethodStateMachine.java220 EapResult handleEapNotification(String tag, EapMessage message) { in handleEapNotification() method in EapMsChapV2MethodStateMachine
439 return handleEapNotification(mTAG, message); in process()
DEapSimAkaMethodStateMachine.java126 EapResult handleEapNotification(String tag, EapMessage message) { in handleEapNotification() method in EapSimAkaMethodStateMachine