Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/
DRequest.java418 public final void setShouldCache(boolean shouldCache) { in setShouldCache() argument
419 mShouldCache = shouldCache; in setShouldCache()
425 public final boolean shouldCache() { in shouldCache() method in Request
DRequestQueue.java229 if (!request.shouldCache()) { in add()
271 if (request.shouldCache()) { in finish()
DNetworkDispatcher.java121 if (request.shouldCache() && response.cacheEntry != null) { in run()