Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java170 List<ITestResult> testResults = caseResult.getResults(); in testResultReporting() local
224 List<ITestResult> testResults = caseResult.getResults(); in testRepeatedExecutions() local
287 List<ITestResult> testResults = case1.getResults(); in testRetry() local
404 List<ITestResult> testResults = caseResult.getResults(); in testResultReporting_moduleNotDone() local
542 List<ITestResult> testResults = caseResult.getResults(); in testResultReporter_sharded() local
594 List<ITestResult> testResults = case1.getResults(); in testRetryWithRunHistory() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowTableServlet.java66 public static void processTestRun(TestResults testResults, Entity testRun) { in processTestRun()
146 TestResults testResults = new TestResults(testName); in doGetHandler() local