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.java572 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_matchExclude() local
573 excludeFilter.put("component", "foo"); in testMetadataFilter_matchExclude()
575 mRepo.filterByConfigMetadata(config, METADATA_INCLUDES, excludeFilter)); in testMetadataFilter_matchExclude()
588 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_noMatchExclude_mismatchKey() local
589 excludeFilter.put("component", "bar"); in testMetadataFilter_noMatchExclude_mismatchKey()
591 mRepo.filterByConfigMetadata(config, METADATA_INCLUDES, excludeFilter)); in testMetadataFilter_noMatchExclude_mismatchKey()
604 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_noMatchExclude_mismatchValue() local
605 excludeFilter.put("group", "bar"); in testMetadataFilter_noMatchExclude_mismatchValue()
607 mRepo.filterByConfigMetadata(config, METADATA_INCLUDES, excludeFilter)); in testMetadataFilter_noMatchExclude_mismatchValue()
640 MultiMap<String, String> excludeFilter = new MultiMap<>(); in testMetadataFilter_matchExclude_multipleMetadataField() local
[all …]