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.java407 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in onFullBackup() local
431 traversalExcludeSet.add(deviceCacheDir); in onFullBackup()
604 final String deviceCacheDir; in fullBackupFile() local
632 deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in fullBackupFile()
659 || filePath.startsWith(deviceCacheDir) in fullBackupFile()