Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java203 Map<Key, List<DeviceInfoEntity>> testRunDevices = new HashMap<>(); in doGetHandler() local
205 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()