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

  /external/okhttp/src/main/java/com/squareup/okhttp/
HttpResponseCache.java 244 HttpEngine httpEngine = getHttpEngine(httpConnection);
291 HttpEngine httpEngine = getHttpEngine(httpConnection);
322 private HttpEngine getHttpEngine(URLConnection httpConnection) {
324 return ((HttpURLConnectionImpl) httpConnection).getHttpEngine();
326 return ((HttpsURLConnectionImpl) httpConnection).getHttpEngine();
580 ? ((HttpsURLConnectionImpl) httpConnection).getHttpEngine()
581 : ((HttpURLConnectionImpl) httpConnection).getHttpEngine();
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsURLConnectionImpl.java 110 public HttpEngine getHttpEngine() {
111 return delegate.getHttpEngine();
HttpURLConnectionImpl.java 398 public HttpEngine getHttpEngine() {

Completed in 47 milliseconds