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;
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.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()
DEapSimAkaMethodStateMachineTest.java115 import com.android.internal.net.eap.test.statemachine.EapMethodStateMachine.EapMethodState;
409 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPreChallenge()
424 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationPreChallengeInvalidPBit()
441 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationMultipleNotifications()
457 .transitionTo(any(EapMethodStateMachine.EapMethodState.class)); in testHandleEapSimNotificationInvalidAtMac()
483 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPostChallenge()
501 verify(mStateMachine, never()).transitionTo(any(EapMethodState.class)); in testHandleEapSimNotificationPostChallengeInvalidAtMac()
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()
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.java136 protected class CreatedState extends EapMethodState {
184 protected class StartState extends EapMethodState {
346 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.java171 protected class CreatedState extends EapMethodState {
208 protected class IdentityState extends EapMethodState {
303 protected class ChallengeState extends EapMethodState {