Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java477 final String deviceFilesDir = deContext.getFilesDir().getCanonicalPath(); in onFullBackup() local
497 traversalExcludeSet.add(deviceFilesDir); in onFullBackup()
532 traversalExcludeSet.remove(deviceFilesDir); in onFullBackup()
536 traversalExcludeSet.add(deviceFilesDir); in onFullBackup()
699 final String deviceFilesDir; in fullBackupFile() local
726 deviceFilesDir = deContext.getFilesDir().getCanonicalPath(); in fullBackupFile()
786 } else if (filePath.startsWith(deviceFilesDir)) { in fullBackupFile()
788 rootpath = deviceFilesDir; in fullBackupFile()