Searched refs:MethodState (Results 1 – 4 of 4) sorted by relevance
59 import com.android.internal.net.eap.test.statemachine.EapStateMachine.MethodState;78 mEapState = mEapStateMachine.new MethodState(); in setUp()84 mEapState = mEapStateMachine.new MethodState(); in testProcessUnsupportedEapType()95 assertTrue(mEapStateMachine.getState() instanceof MethodState); in testProcessTransitionsToEapSim()96 MethodState methodState = (MethodState) mEapStateMachine.getState(); in testProcessTransitionsToEapSim()109 assertTrue(mEapStateMachine.getState() instanceof MethodState); in testProcessTransitionToEapAka()110 MethodState methodState = (MethodState) mEapStateMachine.getState(); in testProcessTransitionToEapAka()126 assertTrue(mEapStateMachine.getState() instanceof MethodState); in testProcessTransitionToEapAkaPrime()127 MethodState methodState = (MethodState) mEapStateMachine.getState(); in testProcessTransitionToEapAkaPrime()140 assertTrue(mEapStateMachine.getState() instanceof MethodState); in testProcessTransitionToEapMsChapV2()[all …]
35 import com.android.internal.net.eap.test.statemachine.EapStateMachine.MethodState;77 any(MethodState.class), eq(EAP_REQUEST_SIM_START_PACKET)); in testProcessSimStart()
38 import com.android.internal.net.eap.test.statemachine.EapStateMachine.MethodState;99 any(MethodState.class), eq(EAP_REQUEST_SIM_START_PACKET)); in testProcessSimStart()
210 return transitionAndProcess(new MethodState(), packet); in process()241 return transitionAndProcess(new MethodState(), packet); in process()264 protected class MethodState extends EapState { class in EapStateMachine265 private final String mTAG = MethodState.class.getSimpleName();