Searched refs:IEapCallback (Results 1 – 6 of 6) sorted by relevance
53 private final IEapCallback mCb;66 EapContext eapContext, IEapCallback cb, EapSessionConfig eapSessionConfig) { in EapAuthenticator()81 IEapCallback cb, in EapAuthenticator()
32 public interface IEapCallback { interface
45 protected IEapCallback mMockCallback;56 mMockCallback = mock(IEapCallback.class); in setUp()
237 private abstract static class EapCallback implements IEapCallback {
163 import com.android.internal.net.eap.test.IEapCallback;888 any(IEapCallback.class), in buildSpyDepsWithChildSession()3592 private IEapCallback verifyEapAuthenticatorCreatedAndGetCallback( in verifyEapAuthenticatorCreatedAndGetCallback()3595 ArgumentCaptor<IEapCallback> eapCbCaptor = ArgumentCaptor.forClass(IEapCallback.class); in verifyEapAuthenticatorCreatedAndGetCallback()3665 IEapCallback callback = in testCreateIkeLocalIkeAuthInEapOutboundResponseIncludesDeviceIdentity()3708 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(mEapSessionConfig); in testCreateIkeLocalIkeAuthInEapHandlesOutboundResponse()3735 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(mEapSessionConfig); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()3761 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(mEapSessionConfig); in testCreateIkeLocalIkeAuthInEapHandlesSuccess()3784 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(mEapSessionConfig); in testCreateIkeLocalIkeAuthInEapHandlesError()3808 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(mEapSessionConfig); in testCreateIkeLocalIkeAuthInEapHandlesFailure()
137 import com.android.internal.net.eap.IEapCallback;766 IkeContext ikeContext, IEapCallback cb, EapSessionConfig eapSessionConfig) { in newEapAuthenticator()4617 private class IkeEapCallback implements IEapCallback {