Searched refs:TestDisplay (Results 1 – 1 of 1) sorted by relevance
68 public class TestDisplay implements Comparable<TestDisplay> { class in DashboardMainServlet84 public TestDisplay( in TestDisplay() method in DashboardMainServlet.TestDisplay153 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()