Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DDashboardMainServlet.java68 public class TestDisplay implements Comparable<TestDisplay> { class in DashboardMainServlet
84 public TestDisplay( in TestDisplay() method in DashboardMainServlet.TestDisplay
153 public int compareTo(TestDisplay test) { in compareTo()
174 List<TestDisplay> displayedTests = new ArrayList<>(); in doGetHandler()
177 Map<Key, TestDisplay> testMap = new HashMap<>(); // map from table key to TestDisplay in doGetHandler()
208 TestDisplay display = new TestDisplay(testKey, -1, -1, false, isFavorite); in doGetHandler()
211 new TestDisplay( in doGetHandler()
237 TestDisplay display = testMap.get(testKey); in doGetHandler()