Searched refs:CACHE_DIR (Results 1 – 3 of 3) sorted by relevance
41 private final static String CACHE_DIR = field in DownloadManagerStressTest157 StatFs fs = new StatFs(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()162 File outFile = File.createTempFile("DM_TEST", null, new File(CACHE_DIR)); in testDownloadToCacheWithAlmostFullCache()179 fs.restat(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()
39 private final static String CACHE_DIR = field in DownloadManagerFunctionalTest141 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists()); in verifyDownload()
220 private final File CACHE_DIR; field in FullBackup.BackupScheme257 return CACHE_DIR.getCanonicalPath(); in tokenToDirectoryPath()367 CACHE_DIR = ceContext.getCacheDir(); in BackupScheme()