Searched refs:includeFilter (Results 1 – 1 of 1) sorted by relevance
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/ |
D | ModuleRepoTest.java | 524 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_matchInclude() local 525 includeFilter.put("component", "foo"); in testMetadataFilter_matchInclude() 527 mRepo.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_matchInclude() 540 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_noMatchInclude_mismatchValue() local 541 includeFilter.put("component", "bar"); in testMetadataFilter_noMatchInclude_mismatchValue() 543 mRepo.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_noMatchInclude_mismatchValue() 556 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_noMatchInclude_mismatchKey() local 557 includeFilter.put("group", "bar"); in testMetadataFilter_noMatchInclude_mismatchKey() 559 mRepo.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_noMatchInclude_mismatchKey() 622 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_matchInclude_multipleMetadataField() local [all …]
|