Searched refs:TestResults (Results 1 – 2 of 2) sorted by relevance
26 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()
46 public class TestResults { class96 public TestResults(String testName) { in TestResults() method in TestResults