Searched refs:getBackupScheme (Results 1 – 2 of 2) sorted by relevance
363 FullBackup.BackupScheme backupScheme = FullBackup.getBackupScheme(this); in onFullBackup()553 FullBackup.getBackupScheme(this).tokenToDirectoryPath(domainToken), in applyXmlFiltersAndDoFullBackupForDomain()724 String domainPath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in fullBackupFileTree()835 FullBackup.BackupScheme bs = FullBackup.getBackupScheme(this); in isFileEligibleForRestore()909 basePath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in onRestoreFile()
101 static synchronized BackupScheme getBackupScheme(Context context) { in getBackupScheme() method in FullBackup