Home
last modified time | relevance | path

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

/frameworks/volley/src/com/android/volley/toolbox/
DVolley.java33 private static final String DEFAULT_CACHE_DIR = "volley"; field in Volley
43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR); in newRequestQueue()