Home
last modified time | relevance | path

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

/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/
DImageProcessingTest.java96 Collection<TestResult> testRunResults = in run() local
99 if (testRunResults != null) { in run()
100 for (TestResult testCaseResult: testRunResults) { in run()
/tools/tradefederation/core/src/com/android/tradefed/result/
DTestRunResult.java364 public static TestRunResult merge(List<TestRunResult> testRunResults) { in merge() argument
365 if (testRunResults.isEmpty()) { in merge()
370 String testRunName = testRunResults.get(0).getName(); in merge()
377 for (TestRunResult eachRunResult : testRunResults) { in merge()