Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java176 ITestResult result2 = caseResult.getResult(METHOD_2); in testResultReporting() local
177 assertNotNull(String.format("Expected result for %s", TEST_2), result2); in testResultReporting()
179 result2.getResultStatus()); in testResultReporting()
234 ITestResult result2 = caseResult.getResult(METHOD_2); in testRepeatedExecutions() local
235 assertNotNull(String.format("Expected result for %s", TEST_2), result2); in testRepeatedExecutions()
237 result2.getResultStatus()); in testRepeatedExecutions()
239 assertEquals(result2.getStackTrace(), STACK_TRACE); in testRepeatedExecutions()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultHandler.java146 Collections.sort(results, (result1, result2) -> Long.compare( in getLightResults()
148 result2.getStartTime())); in getLightResults()