Home
last modified time | relevance | path

Searched refs:trueResponseCache (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/http/
DHttpResponseCache.java187 AndroidShimResponseCache trueResponseCache = installedResponseCache.delegate; in install() local
188 if (trueResponseCache.isEquivalent(directory, maxSize)) { in install()
192 trueResponseCache.close(); in install()
196 AndroidShimResponseCache trueResponseCache = in install() local
198 HttpResponseCache newResponseCache = new HttpResponseCache(trueResponseCache); in install()