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.java222 private final File CACHE_DIR; field in FullBackup.BackupScheme
259 return CACHE_DIR.getCanonicalPath(); in tokenToDirectoryPath()
369 CACHE_DIR = ceContext.getCacheDir(); in BackupScheme()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4273 Landroid/app/backup/FullBackup$BackupScheme;->CACHE_DIR:Ljava/io/File;