Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java505 TestRunResult attemptRes = runInfo.getValue().get(attempt); in getTestRunForAttempts() local
506 allResultForAttempts.add(attemptRes); in getTestRunForAttempts()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java587 List<TestResult> attemptRes = results.get(description); in evaluateTestCases() local
588 TestResult aggResult = TestResult.merge(attemptRes, strategy); in evaluateTestCases()