Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java267 Map<Long, TestRunEntity> testRunEntityMap = new HashMap<>(); in getCoverageDispatcher() local
274 testRunEntityMap.put(entry.getValue().getId(), entry.getValue()); in getCoverageDispatcher()
292 TestRunEntity testRunEntity = testRunEntityMap.get(entry.getKey()); in getCoverageDispatcher()
313 request.setAttribute("testRunEntityList", testRunEntityMap.values()); in getCoverageDispatcher()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java449 Map<com.googlecode.objectify.Key<TestRunEntity>, TestRunEntity> testRunEntityMap = in insertTestPlanReport() local
459 for (TestRunEntity testRunEntity : testRunEntityMap.values()) { in insertTestPlanReport()