Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java157 String runHistoryJSON = in init() local
159 if (runHistoryJSON != null) { in init()
161 RunHistory[] runHistories = gson.fromJson(runHistoryJSON, RunHistory[].class); in init()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java599 String runHistoryJSON = mResult.getInvocationInfo().get(RUN_HISTORY_KEY); in finalizeResults() local
601 if (runHistoryJSON != null) { in finalizeResults()
602 RunHistory[] runHistoryArray = gson.fromJson(runHistoryJSON, RunHistory[].class); in finalizeResults()