Searched refs:mMockEapAuthenticator (Results 1 – 1 of 1) sorted by relevance
345 private EapAuthenticator mMockEapAuthenticator; field in IkeSessionStateMachineTest689 mMockEapAuthenticator = mock(EapAuthenticator.class); in setUp()690 doReturn(mMockEapAuthenticator) in setUp()2738 verify(mMockEapAuthenticator).processEapMessage(eq(EAP_DUMMY_MSG)); in testCreateIkeLocalIkeAuthInEapStartsAuthenticatorAndProxiesMessage()