Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java455 Set<Key> matchingTestKeys = null; in getMatchingKeys() local
475 if (matchingTestKeys == null) { in getMatchingKeys()
476 matchingTestKeys = filterMatches; in getMatchingKeys()
478 matchingTestKeys = Sets.intersection(matchingTestKeys, filterMatches); in getMatchingKeys()
481 logger.log(Level.INFO, "matchingTestKeys => " + matchingTestKeys); in getMatchingKeys()
484 if (deviceFilter == null || matchingTestKeys.size() == 0) { in getMatchingKeys()
485 allMatchingKeys = matchingTestKeys; in getMatchingKeys()
505 if (matchingTestKeys.contains(device.getKey().getParent())) { in getMatchingKeys()