Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java207 Map<Key, TestPlanRunMetadata> testPlanMap = new HashMap<>(); in getTestPlanDispatcher() local
230 testPlanMap.put(key, metadata); in getTestPlanDispatcher()
252 if (testPlanMap.containsKey(device.getParent())) { in getTestPlanDispatcher()
259 if (!testPlanMap.containsKey(key.getParent())) continue; in getTestPlanDispatcher()
262 TestPlanRunMetadata metadata = testPlanMap.get(key.getParent()); in getTestPlanDispatcher()