Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapAkaMethodStateMachine.java212 protected ReauthState buildReauthState() { in buildReauthState()
213 return new ReauthState(); in buildReauthState()
216 protected ReauthState buildReauthState(byte[] identity, ReauthInfo reauthInfo) { in buildReauthState()
217 return new ReauthState(identity, reauthInfo); in buildReauthState()
694 protected class ReauthState extends EapMethodState { class in EapAkaMethodStateMachine
695 private final String mTAG = ReauthState.class.getSimpleName();
703 ReauthState() { in ReauthState() method in EapAkaMethodStateMachine.ReauthState
708 ReauthState(byte[] identity, ReauthInfo reauthInfo) { in ReauthState() method in EapAkaMethodStateMachine.ReauthState