Home
last modified time | relevance | path

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

/frameworks/volley/src/main/java/com/android/volley/
DRequest.java85 private boolean mShouldCache = true; field in Request
465 mShouldCache = shouldCache; in setShouldCache()
473 return mShouldCache; in shouldCache()