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.java711 final String deviceDbDir; in fullBackupFile() local
738 deviceDbDir = deContext.getDatabasePath("foo").getParentFile().getCanonicalPath(); in fullBackupFile()
790 } else if (filePath.startsWith(deviceDbDir)) { in fullBackupFile()
792 rootpath = deviceDbDir; in fullBackupFile()