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()160 assertTrue(methodState.mEapMethodStateMachine instanceof EapTtlsMethodStateMachine); in testProcessTransitionToEapTtls()161 assertEquals(methodState.mEapMethodStateMachine.getEapMethod(), EAP_TYPE_TTLS); in testProcessTransitionToEapTtls()176 ((MethodState) mEapState).mEapMethodStateMachine = mockEapMethodStateMachine; in testProcessTransitionToSuccessState()196 ((MethodState) mEapState).mEapMethodStateMachine = mockEapMethodStateMachine; in testProcessTransitionToFailureState()
268 EapMethodStateMachine mEapMethodStateMachine; field in EapStateMachine.MethodState279 if (mEapMethodStateMachine == null) { in process()296 mEapMethodStateMachine = buildEapMethodStateMachine(eapType); in process()298 if (mEapMethodStateMachine == null) { in process()304 EapResult result = mEapMethodStateMachine.process(decodeResult.eapMessage); in process()