Searched refs:DEFAULT_CACHE_DIR (Results 1 – 1 of 1) sorted by relevance
33 private static final String DEFAULT_CACHE_DIR = "volley"; field in Volley43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR); in newRequestQueue()