Searched refs:getCacheResponse (Results 1 - 2 of 2) sorted by relevance

/external/okhttp/src/main/java/libcore/net/http/
H A DHttpsURLConnectionImpl.java67 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() { method in class:HttpsURLConnectionImpl.HttpUrlConnectionDelegate
391 return engine != null ? (SecureCacheResponse) engine.getCacheResponse() : null;
H A DHttpEngine.java349 public final CacheResponse getCacheResponse() { method in class:HttpEngine

Completed in 40 milliseconds