Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java26 import com.android.vts.util.TestResults;
66 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun()
146 TestResults testResults = new TestResults(testName); in doGetHandler()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DTestResults.java46 public class TestResults { class
96 public TestResults(String testName) { in TestResults() method in TestResults