Searched refs:EapMethodState (Results 1 – 11 of 11) sorted by relevance
53 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;101 EapMethodState preNotification = (EapMethodState) mEapSimMethodStateMachine.getState(); in testProcessNotification()116 EapMethodState preProcess = (EapMethodState) mEapSimMethodStateMachine.getState(); in testProcessEapSimNotification()136 EapMethodState preProcess = (EapMethodState) mEapSimMethodStateMachine.getState(); in testProcessInvalidDecodeResult()
53 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;100 EapMethodState preNotification = (EapMethodState) mEapAkaMethodStateMachine.getState(); in testProcessNotification()115 EapMethodState preProcess = (EapMethodState) mEapAkaMethodStateMachine.getState(); in testProcessEapAkaNotification()135 EapMethodState preProcess = (EapMethodState) mEapAkaMethodStateMachine.getState(); in testProcessInvalidDecodeResult()
46 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;58 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testProcessNotification()72 EapMethodState preProcess = (EapMethodState) mStateMachine.getState(); in testProcessInvalidDecodeResult()
103 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;375 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPreChallenge()390 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationPreChallengeInvalidPBit()407 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationMultipleNotifications()423 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationInvalidAtMac()449 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPostChallenge()467 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPostChallengeInvalidAtMac()
47 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;102 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
44 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;92 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
61 protected void transitionTo(EapMethodState newState) { in transitionTo()71 protected abstract class EapMethodState extends SimpleState { class in EapMethodStateMachine113 protected class FinalState extends EapMethodState {
97 protected class CreatedState extends EapMethodState {133 protected class HandshakeState extends EapMethodState {147 protected class TunnelState extends EapMethodState {
220 protected class CreatedState extends EapMethodState {240 protected class ChallengeState extends EapMethodState {306 protected class ValidateAuthenticatorState extends EapMethodState {417 protected class AwaitingEapSuccessState extends EapMethodState {462 protected class AwaitingEapFailureState extends EapMethodState {
135 protected class CreatedState extends EapMethodState {183 protected class StartState extends EapMethodState {345 protected class ChallengeState extends EapMethodState {
170 protected class CreatedState extends EapMethodState {207 protected class IdentityState extends EapMethodState {301 protected class ChallengeState extends EapMethodState {