Searched refs:IEapCallback (Results 1 – 7 of 7) sorted by relevance
57 private final IEapCallback mCb;70 Looper looper, IEapCallback cb, Context context, EapSessionConfig eapSessionConfig) { in EapAuthenticator()86 IEapCallback cb, in EapAuthenticator()104 IEapCallback cb, in EapAuthenticator()
29 public interface IEapCallback { interface
24 import com.android.internal.net.eap.IEapCallback;40 IEapCallback cb, in newEapAuthenticator()
111 import com.android.internal.net.eap.IEapCallback;4189 private class IkeEapCallback implements IEapCallback {
44 protected IEapCallback mMockCallback;54 mMockCallback = mock(IEapCallback.class); in setUp()
232 private abstract static class EapCallback implements IEapCallback {
148 import com.android.internal.net.eap.test.IEapCallback;796 any(IEapCallback.class), in setUp()3265 private IEapCallback verifyEapAuthenticatorCreatedAndGetCallback() { in verifyEapAuthenticatorCreatedAndGetCallback()3266 ArgumentCaptor<IEapCallback> captor = ArgumentCaptor.forClass(IEapCallback.class); in verifyEapAuthenticatorCreatedAndGetCallback()3307 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesOutboundResponse()3334 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()3360 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesSuccess()3383 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesError()3407 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesFailure()