Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapSimStateTest.java53 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()
DEapAkaStateTest.java53 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()
DEapAkaPrimeStateTest.java46 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()
DEapSimAkaMethodStateMachineTest.java103 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()
DEapTtlsStateTest.java47 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;
102 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
DEapMsChapV2StateTest.java44 import com.android.internal.net.eap.statemachine.EapMethodStateMachine.EapMethodState;
92 EapMethodState preNotification = (EapMethodState) mStateMachine.getState(); in testHandleEapNotification()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMethodStateMachine.java61 protected void transitionTo(EapMethodState newState) { in transitionTo()
71 protected abstract class EapMethodState extends SimpleState { class in EapMethodStateMachine
113 protected class FinalState extends EapMethodState {
DEapTtlsMethodStateMachine.java97 protected class CreatedState extends EapMethodState {
133 protected class HandshakeState extends EapMethodState {
147 protected class TunnelState extends EapMethodState {
DEapMsChapV2MethodStateMachine.java220 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 {
DEapSimMethodStateMachine.java135 protected class CreatedState extends EapMethodState {
183 protected class StartState extends EapMethodState {
345 protected class ChallengeState extends EapMethodState {
DEapAkaMethodStateMachine.java170 protected class CreatedState extends EapMethodState {
207 protected class IdentityState extends EapMethodState {
301 protected class ChallengeState extends EapMethodState {