Searched refs:testRunDevices (Results 1 – 1 of 1) sorted by relevance
203 Map<Key, List<DeviceInfoEntity>> testRunDevices = new HashMap<>(); in doGetHandler() local205 if (!testRunDevices.containsKey(deviceKey.getParent())) { in doGetHandler()206 testRunDevices.put(deviceKey.getParent(), new ArrayList<DeviceInfoEntity>()); in doGetHandler()210 testRunDevices.get(deviceKey.getParent()).add(device); in doGetHandler()214 String idString = getDeviceSummary(testRunDevices.get(runKey)); in doGetHandler()