Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java172 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting() local
173 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting()
175 result1.getResultStatus()); in testResultReporting()
228 ITestResult result1 = caseResult.getResult(METHOD_1); in testRepeatedExecutions() local
229 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testRepeatedExecutions()
231 result1.getResultStatus()); in testRepeatedExecutions()
406 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporting_moduleNotDone() local
407 assertNotNull(String.format("Expected result for %s", TEST_1), result1); in testResultReporting_moduleNotDone()
409 result1.getResultStatus()); in testResultReporting_moduleNotDone()
544 ITestResult result1 = caseResult.getResult(METHOD_1); in testResultReporter_sharded() local
[all …]
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultHandler.java146 Collections.sort(results, (result1, result2) -> Long.compare( in getLightResults()
147 result1.getStartTime(), in getLightResults()