Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupAgentTest.java76 Map<String, Set<PathWithRequiredFlags>> includePaths = Collections.singletonMap("test", in testGetIncludeExcludeRules_isNotMigration_returnsRules() local
80 IncludeExcludeRules expectedRules = new IncludeExcludeRules(includePaths, excludePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()
84 when(mBackupScheme.maybeParseAndGetCanonicalIncludePaths()).thenReturn(includePaths); in testGetIncludeExcludeRules_isNotMigration_returnsRules()