Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java502 List<TestRunResult> allResultForAttempts = new ArrayList<>(); in getTestRunForAttempts() local
506 allResultForAttempts.add(attemptRes); in getTestRunForAttempts()
509 return allResultForAttempts; in getTestRunForAttempts()