Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java701 final String deviceDbDir; in fullBackupFile() local
728 deviceDbDir = deContext.getDatabasePath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()
780 } else if (filePath.startsWith(deviceDbDir)) { in fullBackupFile()
782 rootpath = deviceDbDir; in fullBackupFile()