Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java332 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in onFullBackup() local
356 traversalExcludeSet.add(deviceCacheDir); in onFullBackup()
517 final String deviceCacheDir; in fullBackupFile() local
545 deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in fullBackupFile()
572 || filePath.startsWith(deviceCacheDir) in fullBackupFile()