Searched defs:cacheDir (Results 1 – 8 of 8) sorted by relevance
31 File cacheDir = new File(tmpDir in testMaxSize() local
43 File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR); in newRequestQueue() local
63 File cacheDir = new File(dataDir, "cache"); in guessPath() local
168 File cacheDir = Glide.getPhotoCacheDir(context); in createGlide() local
123 File cacheDir = context.getCacheDir(); in getPhotoCacheDir() local
55 private File cacheDir; field in HttpResponseCacheTest
151 File cacheDir = new File(dataDir, "cache"); in guessPath() local
57 private File cacheDir; field in DiskLruCacheTest