Searched refs:mBackupScheme (Results 1 – 1 of 1) sorted by relevance
62 @Mock FullBackup.BackupScheme mBackupScheme; field in BackupAgentTest83 when(mBackupScheme.maybeParseAndGetCanonicalExcludePaths()).thenReturn(excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()84 when(mBackupScheme.maybeParseAndGetCanonicalIncludePaths()).thenReturn(includePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()86 IncludeExcludeRules rules = backupAgent.getIncludeExcludeRules(mBackupScheme); in testGetIncludeExcludeRules_isNotMigration_returnsRules()