Searched refs:filterMatches (Results 1 – 1 of 1) sorted by relevance
461 Set<Key> filterMatches = new HashSet<>(); in getMatchingKeys() local469 filterMatches.add(testRunKey.getKey()); in getMatchingKeys()476 matchingTestKeys = filterMatches; in getMatchingKeys()478 matchingTestKeys = Sets.intersection(matchingTestKeys, filterMatches); in getMatchingKeys()