Home
last modified time | relevance | path

Searched refs:CACHE_DIR (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java41 private final static String CACHE_DIR = field in DownloadManagerStressTest
157 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()
DDownloadManagerFunctionalTest.java39 private final static String CACHE_DIR = field in DownloadManagerFunctionalTest
141 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists()); in verifyDownload()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java220 private final File CACHE_DIR; field in FullBackup.BackupScheme
257 return CACHE_DIR.getCanonicalPath(); in tokenToDirectoryPath()
367 CACHE_DIR = ceContext.getCacheDir(); in BackupScheme()