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

/libcore/luni/src/main/java/java/net/
H A DExtendedResponseCache.java50 void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection); argument
/libcore/luni/src/main/java/libcore/net/http/
H A DHttpResponseCache.java177 * conditionalCacheHit} was returned, this does nothing.
179 public void update(CacheResponse conditionalCacheHit, HttpURLConnection httpConnection) { argument
186 DiskLruCache.Snapshot snapshot = (conditionalCacheHit instanceof EntryCacheResponse)
187 ? ((EntryCacheResponse) conditionalCacheHit).snapshot
188 : ((EntrySecureCacheResponse) conditionalCacheHit).snapshot;

Completed in 519 milliseconds