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

  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 67 SecureCacheResponse cacheResponse = delegate.getCacheResponse();
77 SecureCacheResponse cacheResponse = delegate.getCacheResponse();
88 SecureCacheResponse cacheResponse = delegate.getCacheResponse();
99 SecureCacheResponse cacheResponse = delegate.getCacheResponse();
109 SecureCacheResponse cacheResponse = delegate.getCacheResponse();
389 public SecureCacheResponse getCacheResponse() {
391 return engine != null ? (SecureCacheResponse) engine.getCacheResponse() : null;
HttpEngine.java 418 public final CacheResponse getCacheResponse() {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 370 public final CacheResponse getCacheResponse() {

Completed in 52 milliseconds