Searched refs:matchingTestKeys (Results 1 – 1 of 1) sorted by relevance
455 Set<Key> matchingTestKeys = null; in getMatchingKeys() local475 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()