Searched refs:CACHE_DIR (Results 1 – 4 of 4) sorted by relevance
42 private final static String CACHE_DIR = field in DownloadManagerStressTest158 StatFs fs = new StatFs(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()163 File outFile = File.createTempFile("DM_TEST", null, new File(CACHE_DIR)); in testDownloadToCacheWithAlmostFullCache()180 fs.restat(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()
40 private final static String CACHE_DIR = field in DownloadManagerFunctionalTest142 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists()); in verifyDownload()
222 private final File CACHE_DIR; field in FullBackup.BackupScheme259 return CACHE_DIR.getCanonicalPath(); in tokenToDirectoryPath()369 CACHE_DIR = ceContext.getCacheDir(); in BackupScheme()
4273 Landroid/app/backup/FullBackup$BackupScheme;->CACHE_DIR:Ljava/io/File;