Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingAuthenticator.java23 public final class RecordingAuthenticator extends Authenticator { class
30 public RecordingAuthenticator(PasswordAuthentication authentication) { in RecordingAuthenticator() method in RecordingAuthenticator
34 public RecordingAuthenticator() { in RecordingAuthenticator() method in RecordingAuthenticator
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DOkHttpClientTest.java18 import com.squareup.okhttp.internal.RecordingAuthenticator;
115 Authenticator authenticator = new RecordingAuthenticator(); in copyWithDefaultsWhenDefaultIsGlobal()
DURLConnectionTest.java21 import com.squareup.okhttp.internal.RecordingAuthenticator;
948 Authenticator.setDefault(new RecordingAuthenticator()); in proxyAuthenticateOnConnect()
970 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in proxyAuthenticateOnConnect()
1401 Authenticator.setDefault(new RecordingAuthenticator());
1532 RecordingAuthenticator authenticator = new RecordingAuthenticator(null);
1722 Authenticator.setDefault(new RecordingAuthenticator());
1739 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,
1756 Authenticator.setDefault(new RecordingAuthenticator());
1768 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,
1788 Authenticator.setDefault(new RecordingAuthenticator());
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java24 import com.squareup.okhttp.internal.RecordingAuthenticator;
221 Authenticator.setDefault(new RecordingAuthenticator()); in authenticate()
229 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS, in authenticate()