Home
last modified time | relevance | path

Searched refs:mMockEapAuthenticator (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachineTest.java345 private EapAuthenticator mMockEapAuthenticator; field in IkeSessionStateMachineTest
689 mMockEapAuthenticator = mock(EapAuthenticator.class); in setUp()
690 doReturn(mMockEapAuthenticator) in setUp()
2738 verify(mMockEapAuthenticator).processEapMessage(eq(EAP_DUMMY_MSG)); in testCreateIkeLocalIkeAuthInEapStartsAuthenticatorAndProxiesMessage()