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.java330 final String deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in onFullBackup() local
354 traversalExcludeSet.add(deviceCacheDir); in onFullBackup()
515 final String deviceCacheDir; in fullBackupFile() local
543 deviceCacheDir = deContext.getCacheDir().getCanonicalPath(); in fullBackupFile()
570 || filePath.startsWith(deviceCacheDir) in fullBackupFile()