Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapStateMachine.java204 return handleNotification(mTAG, message); in process()
235 return handleNotification(mTAG, message); in process()
312 return handleNotification(mTAG, eapMessage); in process()
396 protected static EapResult handleNotification(String tag, EapMessage message) { in handleNotification() method in EapStateMachine
DEapMsChapV2MethodStateMachine.java221 return EapStateMachine.handleNotification(tag, message); in handleEapNotification()
DEapTtlsMethodStateMachine.java139 return EapStateMachine.handleNotification(tag, message); in handleEapNotification()
DEapSimAkaMethodStateMachine.java152 return EapStateMachine.handleNotification(tag, message); in handleEapNotification()