Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimStateTest.java53 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()
DEapAkaStateTest.java53 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()
DEapAkaPrimeStateTest.java47 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()
DEapMsChapV2StateTest.java44 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;
92 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
DEapTtlsStateTest.java67 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;
156 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
DEapTtlsHandshakeStateTest.java45 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;
292 Class<? extends EapMethodState> expectedState) in testHandshake()
319 Class<? extends EapMethodState> expectedState) in testHandshake()
DEapSimAkaMethodStateMachineTest.java131 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()
DEapTtlsTunnelStateTest.java69 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;
336 Class<? extends EapMethodState> expectedState) in processMessageAndVerifyEapResponse()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMethodStateMachine.java65 protected void transitionTo(EapMethodState newState) { in transitionTo()
75 protected abstract class EapMethodState extends SimpleState { class in EapMethodStateMachine
117 protected class FinalState extends EapMethodState {
DEapMsChapV2MethodStateMachine.java224 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 {
DEapSimMethodStateMachine.java135 protected class CreatedState extends EapMethodState {
186 protected class StartState extends EapMethodState {
351 protected class ChallengeState extends EapMethodState {
DEapTtlsMethodStateMachine.java146 protected class CreatedState extends EapMethodState {
592 protected class ErroredAndAwaitingClosureState extends EapMethodState {
809 abstract class CloseableTtlsMethodState extends EapMethodState {
DEapAkaMethodStateMachine.java220 protected class CreatedState extends EapMethodState {
262 protected class IdentityState extends EapMethodState {
384 protected class ChallengeState extends EapMethodState {
694 protected class ReauthState extends EapMethodState {