Home
last modified time | relevance | path

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

/frameworks/support/volley/src/com/android/volley/
DRequest.java56 private boolean mShouldCache = true; field in Request
329 mShouldCache = shouldCache; in setShouldCache()
336 return mShouldCache; in shouldCache()