Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java206 List<TestPlanRunMetadata> testPlanRuns = new ArrayList<>(); in getTestPlanDispatcher() local
229 testPlanRuns.add(metadata); in getTestPlanDispatcher()
267 testPlanRuns.sort(Comparator.naturalOrder()); in getTestPlanDispatcher()
268 logger.log(Level.INFO, "testPlanRuns => " + testPlanRuns); in getTestPlanDispatcher()
270 if (testPlanRuns.size() > 0) { in getTestPlanDispatcher()
271 TestPlanRunMetadata firstRun = testPlanRuns.get(0); in getTestPlanDispatcher()
274 TestPlanRunMetadata lastRun = testPlanRuns.get(testPlanRuns.size() - 1); in getTestPlanDispatcher()
279 for (TestPlanRunMetadata metadata : testPlanRuns) { in getTestPlanDispatcher()