Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanReleaseServlet.java93 private class TestPlanRunMetadata implements Comparable<TestPlanRunMetadata> { class in ShowPlanReleaseServlet
98 public TestPlanRunMetadata(TestPlanRunEntity testPlanRun) { in TestPlanRunMetadata() method in ShowPlanReleaseServlet.TestPlanRunMetadata
124 public int compareTo(TestPlanRunMetadata o) { in compareTo()
206 List<TestPlanRunMetadata> testPlanRuns = new ArrayList<>(); in getTestPlanDispatcher()
207 Map<Key, TestPlanRunMetadata> testPlanMap = new HashMap<>(); in getTestPlanDispatcher()
228 TestPlanRunMetadata metadata = new TestPlanRunMetadata(testPlanRun); in getTestPlanDispatcher()
262 TestPlanRunMetadata metadata = testPlanMap.get(key.getParent()); 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()