Searched refs:HttpResponseCache (Results 1 – 9 of 9) sorted by relevance
151 public final class HttpResponseCache extends ResponseCache implements HasCacheHolder, Closeable { class155 private HttpResponseCache(AndroidResponseCacheAdapter delegate) { in HttpResponseCache() method in HttpResponseCache163 public static HttpResponseCache getInstalled() { in getInstalled()165 if (installed instanceof HttpResponseCache) { in getInstalled()166 return (HttpResponseCache) installed; in getInstalled()181 public static synchronized HttpResponseCache install(File directory, long maxSize) in install()184 if (installed instanceof HttpResponseCache) { in install()185 HttpResponseCache installedResponseCache = (HttpResponseCache) installed; in install()199 HttpResponseCache responseCache = new HttpResponseCache(androidResponseCacheAdapter); in install()
21 import android.net.http.HttpResponseCache;127 private HttpResponseCache mHttpResponseCache;149 mHttpResponseCache = HttpResponseCache.install(httpCacheDir, HTTP_CACHE_SIZE_IN_BYTES); in onCreate()158 final HttpResponseCache responseCache = mHttpResponseCache; in onDestroy()
49 import android.net.http.HttpResponseCache;165 HttpResponseCache.install(httpCacheDir, httpCacheSize); in onCreate()173 HttpResponseCache cache = HttpResponseCache.getInstalled(); in onDestroy()
2607 android.net.http.HttpResponseCache
42792 Landroid/net/http/HttpResponseCache;-><init>(Lcom/android/okhttp/AndroidShimResponseCache;)V42793 Landroid/net/http/HttpResponseCache;->delegate:Lcom/android/okhttp/AndroidShimResponseCache;42794 Landroid/net/http/HttpResponseCache;->getCache()Lcom/android/okhttp/Cache;
34976 Landroid/net/http/HttpResponseCache;
17507 public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable {17513 method public static android.net.http.HttpResponseCache getInstalled();17516 …method public static android.net.http.HttpResponseCache install(java.io.File, long) throws java.io…
29476 public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable {29482 method public static android.net.http.HttpResponseCache getInstalled();29485 …method public static android.net.http.HttpResponseCache install(java.io.File, long) throws java.io…
29606 public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable {29612 method public static android.net.http.HttpResponseCache getInstalled();29615 …method public static android.net.http.HttpResponseCache install(java.io.File, long) throws java.io…