Searched refs:runHistoryJSON (Results 1 – 2 of 2) sorted by relevance
157 String runHistoryJSON = in init() local159 if (runHistoryJSON != null) { in init()161 RunHistory[] runHistories = gson.fromJson(runHistoryJSON, RunHistory[].class); in init()
599 String runHistoryJSON = mResult.getInvocationInfo().get(RUN_HISTORY_KEY); in finalizeResults() local601 if (runHistoryJSON != null) { in finalizeResults()602 RunHistory[] runHistoryArray = gson.fromJson(runHistoryJSON, RunHistory[].class); in finalizeResults()