Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/backup/
DBackupAgent.java388 FullBackup.BackupScheme backupScheme = FullBackup.getBackupScheme(this); in onFullBackup()
578 FullBackup.getBackupScheme(this).tokenToDirectoryPath(domainToken), in applyXmlFiltersAndDoFullBackupForDomain()
749 String domainPath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in fullBackupFileTree()
860 FullBackup.BackupScheme bs = FullBackup.getBackupScheme(this); in isFileEligibleForRestore()
934 basePath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in onRestoreFile()
DFullBackup.java101 static synchronized BackupScheme getBackupScheme(Context context) { in getBackupScheme() method in FullBackup