Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupAgentTest.java78 ArraySet<PathWithRequiredFlags> excludePaths = new ArraySet<>(); in testGetIncludeExcludeRules_isNotMigration_returnsRules() local
79 excludePaths.add(path); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
80 IncludeExcludeRules expectedRules = new IncludeExcludeRules(includePaths, excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
83 when(mBackupScheme.maybeParseAndGetCanonicalExcludePaths()).thenReturn(excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()