Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupAgentTest.java62 @Mock FullBackup.BackupScheme mBackupScheme; field in BackupAgentTest
83 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()