Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java461 Set<Key> filterMatches = new HashSet<>(); in getMatchingKeys() local
469 filterMatches.add(testRunKey.getKey()); in getMatchingKeys()
476 matchingTestKeys = filterMatches; in getMatchingKeys()
478 matchingTestKeys = Sets.intersection(matchingTestKeys, filterMatches); in getMatchingKeys()