Home
last modified time | relevance | path

Searched defs:response2 (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheTest.java231 Response response2 = client.newCall(request).execute(); in testResponseCaching() local
268 Response response2 = client.newCall(request).execute(); // Cached! in secureResponseCaching() local
299 Response response2 = client.newCall(request).execute(); // Cached! in responseCachingAndRedirects() local
325 Response response2 = client.newCall(request2).execute(); in redirectToCachedResult() local
362 Response response2 = get(server.url("/")); in secureResponseCachingAndRedirects() local
401 Response response2 = get(server.url("/")); in secureResponseCachingAndProtocolRedirects() local
537 Response response2 = get(server.url("/")); in testClientPrematureDisconnect() local
557 Response response2 = get(url); in defaultExpirationDateFullyCachedForLessThan24Hours() local
732 Response response2 = get(url); in testRequestMethod() local
932 Response response2 = client.newCall(request2).execute(); in clientSideNoStore() local
[all …]
DSocksProxyTest.java59 Response response2 = client.newCall(request2).execute(); in proxy() local
DCallTest.java735 Response response2 = client.newCall(request2).execute(); in reusedSinksGetIndependentTimeoutInstances() local
756 Response response2 = client.newCall(request2).execute(); in reusedSourcesGetIndependentTimeoutInstances() local
954 Response response2 = client.newCall(request2).execute(); in matchingPinnedCertificate() local
1013 Response response2 = client.newCall(request2).execute(); in postBodyRetransmittedOnFailureRecovery() local
DURLConnectionTest.java1305 MockResponse response2 = new MockResponse(); in testEarlyDisconnectDoesntHarmPooling() local
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DCacheResponse.java49 Response response2 = client.newCall(request).execute(); in run() local
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java85 HttpResponse response2 = client.execute(request2); in headers() local
165 HttpResponse response2 = client.execute(request2); in contentType() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DExcludedProxyTest.java80 String response2 = ""; in test_usingProxy() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DDefaultRequestDirectorTest.java223 … HttpResponse response2 = requestDirector.execute(null, new HttpGet("www.example.com"), null); in shouldHandleMultipleInvocations() local