Searched refs:mBackupAgent (Results 1 – 2 of 2) sorted by relevance
39 private final BackupAgent mBackupAgent; field in ForwardingBackupAgent42 mBackupAgent = backupAgent; in ForwardingBackupAgent()47 mBackupAgent.onCreate(); in onCreate()52 mBackupAgent.onDestroy(); in onDestroy()59 mBackupAgent.onBackup(oldState, data, newState); in onBackup()65 mBackupAgent.onRestore(data, appVersionCode, newState); in onRestore()71 mBackupAgent.onRestore(data, appVersionCode, newState); in onRestore()76 mBackupAgent.onFullBackup(data); in onFullBackup()81 mBackupAgent.onQuotaExceeded(backupDataBytes, quotaBytes); in onQuotaExceeded()106 mBackupAgent.onRestoreFinished(); in onRestoreFinished()[all …]
52 private BackupAgent mBackupAgent; field in BackupAgentTest68 mBackupAgent = getAgentForOperationType(OperationType.BACKUP); in testGetIncludeExcludeRules_isNotMigration_returnsRules()72 IncludeExcludeRules rules = mBackupAgent.getIncludeExcludeRules(mBackupScheme); in testGetIncludeExcludeRules_isNotMigration_returnsRules()