Home
last modified time | relevance | path

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

/frameworks/volley/src/main/java/com/android/volley/
DRequest.java464 public final Request<?> setShouldCache(boolean shouldCache) { in setShouldCache() argument
465 mShouldCache = shouldCache; in setShouldCache()
472 public final boolean shouldCache() { in shouldCache() method in Request
DRequestQueue.java239 if (!request.shouldCache()) { in add()
286 if (request.shouldCache()) { in finish()
DNetworkDispatcher.java128 if (request.shouldCache() && response.cacheEntry != null) { in run()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DBackingStore.java351 public abstract boolean shouldCache(); in shouldCache() method in BackingStore.Backing
461 public boolean shouldCache() { in shouldCache() method in BackingStore.ObjectBacking
548 public boolean shouldCache() { in shouldCache() method in BackingStore.BitmapBacking
652 public boolean shouldCache() { in shouldCache() method in BackingStore.TextureBacking
779 public boolean shouldCache() { in shouldCache() method in BackingStore.ByteBufferBacking
889 public boolean shouldCache() { in shouldCache() method in BackingStore.AllocationBacking
DFrameManager.java421 if (!backing.shouldCache() || !mCache.cacheBacking(backing)) { in onBackingAvailable()