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.java203 return handleNotification(mTAG, message); in process()
234 return handleNotification(mTAG, message); in process()
289 return handleNotification(mTAG, eapMessage); in process()
371 protected static EapResult handleNotification(String tag, EapMessage message) { in handleNotification() method in EapStateMachine
DEapTtlsMethodStateMachine.java90 return EapStateMachine.handleNotification(tag, message); in handleEapNotification()
DEapSimAkaMethodStateMachine.java127 return EapStateMachine.handleNotification(tag, message); in handleEapNotification()
DEapMsChapV2MethodStateMachine.java217 return EapStateMachine.handleNotification(tag, message); in handleEapNotification()