Searched refs:getBackupScheme (Results 1 – 2 of 2) sorted by relevance
342 FullBackup.BackupScheme backupScheme = FullBackup.getBackupScheme(this); in onFullBackup()528 FullBackup.getBackupScheme(this).tokenToDirectoryPath(domainToken), in applyXmlFiltersAndDoFullBackupForDomain()699 String domainPath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in fullBackupFileTree()810 FullBackup.BackupScheme bs = FullBackup.getBackupScheme(this); in isFileEligibleForRestore()910 basePath = FullBackup.getBackupScheme(this).tokenToDirectoryPath(domain); in onRestoreFile()
99 static synchronized BackupScheme getBackupScheme(Context context) { in getBackupScheme() method in FullBackup