Searched refs:AuthenticatorAdapter (Results 1 – 5 of 5) sorted by relevance
19 import com.squareup.okhttp.internal.http.AuthenticatorAdapter;31 private Authenticator authenticator = AuthenticatorAdapter.INSTANCE;
19 import com.squareup.okhttp.internal.http.AuthenticatorAdapter;128 assertSame(AuthenticatorAdapter.INSTANCE, client.getAuthenticator()); in copyWithDefaultsWhenDefaultIsGlobal()
33 public final class AuthenticatorAdapter implements Authenticator { class35 public static final Authenticator INSTANCE = new AuthenticatorAdapter();
22 import com.squareup.okhttp.internal.http.AuthenticatorAdapter;600 result.authenticator = AuthenticatorAdapter.INSTANCE; in copyWithDefaults()
70 private final Authenticator authenticator = AuthenticatorAdapter.INSTANCE;