Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepoTest.java575 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_matchExclude() local
576 excludeFilter.put("component", "foo"); in testMetadataFilter_matchExclude()
578 mRepo.filterByConfigMetadata(config, METADATA_INCLUDES, excludeFilter)); in testMetadataFilter_matchExclude()
591 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_noMatchExclude_mismatchKey() local
592 excludeFilter.put("component", "bar"); in testMetadataFilter_noMatchExclude_mismatchKey()
594 mRepo.filterByConfigMetadata(config, METADATA_INCLUDES, excludeFilter)); in testMetadataFilter_noMatchExclude_mismatchKey()
607 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_noMatchExclude_mismatchValue() local
608 excludeFilter.put("group", "bar"); in testMetadataFilter_noMatchExclude_mismatchValue()
610 mRepo.filterByConfigMetadata(config, METADATA_INCLUDES, excludeFilter)); in testMetadataFilter_noMatchExclude_mismatchValue()
643 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_matchExclude_multipleMetadataField() local
[all …]