Searched refs:ReauthState (Results 1 – 1 of 1) sorted by relevance
212 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 EapAkaMethodStateMachine695 private final String mTAG = ReauthState.class.getSimpleName();703 ReauthState() { in ReauthState() method in EapAkaMethodStateMachine.ReauthState708 ReauthState(byte[] identity, ReauthInfo reauthInfo) { in ReauthState() method in EapAkaMethodStateMachine.ReauthState