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()
95 import com.android.internal.net.eap.IEapCallback;3643 private class IkeEapCallback implements IEapCallback {
44 protected IEapCallback mMockCallback;54 mMockCallback = mock(IEapCallback.class); in setUp()
232 private abstract static class EapCallback implements IEapCallback {
111 import com.android.internal.net.eap.IEapCallback;694 any(IEapCallback.class), in setUp()2708 private IEapCallback verifyEapAuthenticatorCreatedAndGetCallback() { in verifyEapAuthenticatorCreatedAndGetCallback()2709 ArgumentCaptor<IEapCallback> captor = ArgumentCaptor.forClass(IEapCallback.class); in verifyEapAuthenticatorCreatedAndGetCallback()2750 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesOutboundResponse()2777 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesMissingEapPacket()2803 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesSuccess()2826 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesError()2850 IEapCallback callback = verifyEapAuthenticatorCreatedAndGetCallback(); in testCreateIkeLocalIkeAuthInEapHandlesFailure()