OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OkHttpClient
(Results
51 - 68
of
68
) sorted by null
1
2
3
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
HttpResponseCacheTest.java
21
import com.squareup.okhttp.
OkHttpClient
;
60
client = new OkUrlFactory(new
OkHttpClient
());
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DispatcherTest.java
20
OkHttpClient
client = new
OkHttpClient
().setDispatcher(dispatcher);
InterceptorTest.java
50
private
OkHttpClient
client = new
OkHttpClient
();
CallTest.java
94
private
OkHttpClient
client = new
OkHttpClient
();
[
all
...]
CacheTest.java
82
private final
OkHttpClient
client = new
OkHttpClient
();
[
all
...]
URLConnectionTest.java
113
client = new OkUrlFactory(new
OkHttpClient
());
[
all
...]
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
OkUrlFactoryTest.java
36
OkHttpClient
client = new
OkHttpClient
();
UrlConnectionCacheTest.java
87
private final OkUrlFactory client = new OkUrlFactory(new
OkHttpClient
());
[
all
...]
/frameworks/base/core/java/android/net/
Network.java
42
import com.android.okhttp.
OkHttpClient
;
289
OkHttpClient
client = okUrlFactory.client();
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java
24
import com.squareup.okhttp.
OkHttpClient
;
86
final
OkHttpClient
client;
112
public HttpURLConnectionImpl(URL url,
OkHttpClient
client) {
117
public HttpURLConnectionImpl(URL url,
OkHttpClient
client, URLFilter urlFilter) {
378
OkHttpClient
engineClient = client;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
CookiesTest.java
19
import com.squareup.okhttp.
OkHttpClient
;
50
private
OkHttpClient
client;
54
client = new
OkHttpClient
();
RouteSelectorTest.java
22
import com.squareup.okhttp.
OkHttpClient
;
79
private
OkHttpClient
client;
88
client = new
OkHttpClient
()
HttpOverSpdyTest.java
21
import com.squareup.okhttp.
OkHttpClient
;
76
protected final OkUrlFactory client = new OkUrlFactory(new
OkHttpClient
());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java
28
import com.squareup.okhttp.
OkHttpClient
;
112
final
OkHttpClient
client;
186
public HttpEngine(
OkHttpClient
client, Request request, boolean bufferRequestBody,
[
all
...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java
361
void connectAndSetOwner(
OkHttpClient
client, Object owner, Request request)
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
ResponseCacheTest.java
23
import com.squareup.okhttp.
OkHttpClient
;
99
private
OkHttpClient
client;
106
client = new
OkHttpClient
();
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 838 milliseconds
1
2
3