Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java602 final String deviceDbDir; in fullBackupFile() local
629 deviceDbDir = deContext.getDatabasePath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()
681 } else if (filePath.startsWith(deviceDbDir)) { in fullBackupFile()
683 rootpath = deviceDbDir; in fullBackupFile()