Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java42 private final static String CACHE_DIR = field in DownloadManagerStressTest
158 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()
DDownloadManagerFunctionalTest.java40 private final static String CACHE_DIR = field in DownloadManagerFunctionalTest
142 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists()); in verifyDownload()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java289 private final File CACHE_DIR; field in FullBackup.BackupScheme
332 return CACHE_DIR.getCanonicalPath(); in tokenToDirectoryPath()
446 CACHE_DIR = ceContext.getCacheDir(); in BackupScheme()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4270 Landroid/app/backup/FullBackup$BackupScheme;->CACHE_DIR:Ljava/io/File;