Searched refs:mEapMethodStateMachine (Results 1 – 2 of 2) sorted by relevance
97 assertTrue(methodState.mEapMethodStateMachine instanceof EapSimMethodStateMachine); in testProcessTransitionsToEapSim()111 assertTrue(methodState.mEapMethodStateMachine instanceof EapAkaMethodStateMachine); in testProcessTransitionToEapAka()128 assertTrue(methodState.mEapMethodStateMachine instanceof EapAkaPrimeMethodStateMachine); in testProcessTransitionToEapAkaPrime()142 assertTrue(methodState.mEapMethodStateMachine instanceof EapMsChapV2MethodStateMachine); in testProcessTransitionToEapMsChapV2()156 assertTrue(methodState.mEapMethodStateMachine instanceof EapTtlsMethodStateMachine); in testProcessTransitionToEapTtls()157 assertEquals(methodState.mEapMethodStateMachine.getEapMethod(), EAP_TYPE_TTLS); in testProcessTransitionToEapTtls()172 ((MethodState) mEapState).mEapMethodStateMachine = mockEapMethodStateMachine; in testProcessTransitionToSuccessState()192 ((MethodState) mEapState).mEapMethodStateMachine = mockEapMethodStateMachine; in testProcessTransitionToFailureState()
265 EapMethodStateMachine mEapMethodStateMachine; field in EapStateMachine.MethodState276 if (mEapMethodStateMachine == null) { in process()293 mEapMethodStateMachine = buildEapMethodStateMachine(eapType); in process()295 if (mEapMethodStateMachine == null) { in process()302 EapResult result = mEapMethodStateMachine.process(decodeResult.eapMessage); in process()