Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java602 RunHistory[] runHistoryArray = gson.fromJson(runHistoryJSON, RunHistory[].class); in finalizeResults() local
603 Collections.addAll(runHistories, runHistoryArray); in finalizeResults()