Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java286 ICaseResult case1 = cases.get(0); in testRetry() local
287 List<ITestResult> testResults = case1.getResults(); in testRetry()
291 ITestResult finalTestResult1 = case1.getResult(METHOD_1); in testRetry()
298 ITestResult finalTestResult2 = case1.getResult(METHOD_2); in testRetry()
593 ICaseResult case1 = cases.get(0); in testRetryWithRunHistory() local
594 List<ITestResult> testResults = case1.getResults(); in testRetryWithRunHistory()
606 ITestResult finalTestResult1 = case1.getResult(METHOD_1); in testRetryWithRunHistory()
615 ITestResult finalTestResult2 = case1.getResult(METHOD_2); in testRetryWithRunHistory()