Searched refs:EapMethodState (Results 1 – 13 of 13) sorted by relevance
53 import com.android.internal.net.eap.test.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.test.statemachine.EapMethodStateMachine.EapMethodState;104 EapMethodState preNotification = (EapMethodState) mEapAkaMethodStateMachine.getState(); in testProcessNotification()119 EapMethodState preProcess = (EapMethodState) mEapAkaMethodStateMachine.getState(); in testProcessEapAkaNotification()139 EapMethodState preProcess = (EapMethodState) mEapAkaMethodStateMachine.getState(); in testProcessInvalidDecodeResult()
47 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;59 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testProcessNotification()73 EapMethodState preProcess = (EapMethodState) mStateMachine.getState(); in testProcessInvalidDecodeResult()
44 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;92 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
67 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;156 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
45 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;292 Class<? extends EapMethodState> expectedState) in testHandshake()319 Class<? extends EapMethodState> expectedState) in testHandshake()
131 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;461 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPreChallenge()483 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationPreChallengeInvalidPBit()509 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationMultipleNotifications()532 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationInvalidAtMac()565 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPostChallenge()590 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPostChallengeInvalidAtMac()
69 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;336 Class<? extends EapMethodState> expectedState) in processMessageAndVerifyEapResponse()
65 protected void transitionTo(EapMethodState newState) { in transitionTo()75 protected abstract class EapMethodState extends SimpleState { class in EapMethodStateMachine117 protected class FinalState extends EapMethodState {
224 protected class CreatedState extends EapMethodState {244 protected class ChallengeState extends EapMethodState {310 protected class ValidateAuthenticatorState extends EapMethodState {421 protected class AwaitingEapSuccessState extends EapMethodState {466 protected class AwaitingEapFailureState extends EapMethodState {
135 protected class CreatedState extends EapMethodState {186 protected class StartState extends EapMethodState {351 protected class ChallengeState extends EapMethodState {
146 protected class CreatedState extends EapMethodState {592 protected class ErroredAndAwaitingClosureState extends EapMethodState {809 abstract class CloseableTtlsMethodState extends EapMethodState {
220 protected class CreatedState extends EapMethodState {262 protected class IdentityState extends EapMethodState {384 protected class ChallengeState extends EapMethodState {694 protected class ReauthState extends EapMethodState {