Searched refs:cacheDir (Results 1 – 4 of 4) sorted by relevance
54 public synchronized FileDownloadCache getCache(File cacheDir) { in getCache() argument55 FileDownloadCache cache = mCacheObjectMap.get(cacheDir.getAbsolutePath()); in getCache()57 cache = new FileDownloadCache(cacheDir); in getCache()58 mCacheObjectMap.put(cacheDir.getAbsolutePath(), cache); in getCache()
33 public FileDownloadCacheWrapper(File cacheDir, IFileDownloader delegateDownloader) { in FileDownloadCacheWrapper() argument34 mCache = FileDownloadCacheFactory.getInstance().getCache(cacheDir); in FileDownloadCacheWrapper()
312 File cacheDir = FileUtil.createTempDir("cache-unittest"); in testCacheRebuild() local313 File subDir = FileUtil.createTempDir("subdir", cacheDir); in testCacheRebuild()319 new FileDownloadCache(cacheDir) { in testCacheRebuild()332 FileUtil.recursiveDelete(cacheDir); in testCacheRebuild()
920 cacheDir: File? = null, in getApiLookup()926 if (cacheDir != null) { in getApiLookup()927 return cacheDir in getApiLookup()