Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java66 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun() argument
86 testResults.addTestRun(testRun, testCases); in processTestRun()
146 TestResults testResults = new TestResults(testName); in doGetHandler() local
177 processTestRun(testResults, entityMap.get(key)); in doGetHandler()
179 testResults.processReport(); in doGetHandler()
181 if (testResults.profilingPointNames.length == 0) { in doGetHandler()
192 request.setAttribute("headerRow", new Gson().toJson(testResults.headerRow)); in doGetHandler()
193 request.setAttribute("timeGrid", new Gson().toJson(testResults.timeGrid)); in doGetHandler()
194 request.setAttribute("durationGrid", new Gson().toJson(testResults.durationGrid)); in doGetHandler()
195 request.setAttribute("summaryGrid", new Gson().toJson(testResults.summaryGrid)); in doGetHandler()
[all …]