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 | 527 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_matchInclude() local 528 includeFilter.put("component", "foo"); in testMetadataFilter_matchInclude() 530 mRepo.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_matchInclude() 543 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_noMatchInclude_mismatchValue() local 544 includeFilter.put("component", "bar"); in testMetadataFilter_noMatchInclude_mismatchValue() 546 mRepo.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_noMatchInclude_mismatchValue() 559 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_noMatchInclude_mismatchKey() local 560 includeFilter.put("group", "bar"); in testMetadataFilter_noMatchInclude_mismatchKey() 562 mRepo.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_noMatchInclude_mismatchKey() 625 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_matchInclude_multipleMetadataField() local [all …]
|