Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupAgentTest.java64 ArraySet<PathWithRequiredFlags> excludePaths = new ArraySet<>(); in testGetIncludeExcludeRules_isNotMigration_returnsRules() local
65 excludePaths.add(path); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
66 IncludeExcludeRules expectedRules = new IncludeExcludeRules(includePaths, excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
69 when(mBackupScheme.maybeParseAndGetCanonicalExcludePaths()).thenReturn(excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
/aosp12/build/soong/android/
H A Dpaths.go547 excludePaths := func(paths Paths) Paths {
564 return excludePaths(modulePaths), nil