HomeSort by relevance Sort by last modified time
    Searched refs:RecordingAuthenticator (Results 1 - 4 of 4) sorted by null

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
RecordingAuthenticator.java 23 public final class RecordingAuthenticator extends Authenticator {
30 public RecordingAuthenticator(PasswordAuthentication authentication) {
34 public RecordingAuthenticator() {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
OkHttpClientTest.java 18 import com.squareup.okhttp.internal.RecordingAuthenticator;
115 Authenticator authenticator = new RecordingAuthenticator();
URLConnectionTest.java 21 import com.squareup.okhttp.internal.RecordingAuthenticator;
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HttpOverSpdyTest.java 24 import com.squareup.okhttp.internal.RecordingAuthenticator;
221 Authenticator.setDefault(new RecordingAuthenticator());
229 assertEquals("Basic " + RecordingAuthenticator.BASE_64_CREDENTIALS,

Completed in 1314 milliseconds