Searched refs:excludePaths (Results 1 – 1 of 1) sorted by relevance
78 ArraySet<PathWithRequiredFlags> excludePaths = new ArraySet<>(); in testGetIncludeExcludeRules_isNotMigration_returnsRules() local79 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()