Home
last modified time | relevance | path

Searched defs:shouldCache (Results 1 – 2 of 2) sorted by relevance

/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
/frameworks/volley/src/main/java/com/android/volley/
DRequest.java464 public final Request<?> setShouldCache(boolean shouldCache) { in setShouldCache()
472 public final boolean shouldCache() { in shouldCache() method in Request