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()
597 String runHistoryJSON = mResult.getInvocationInfo().get(RUN_HISTORY_KEY); in finalizeResults() local599 if (runHistoryJSON != null) { in finalizeResults()600 RunHistory[] runHistoryArray = gson.fromJson(runHistoryJSON, RunHistory[].class); in finalizeResults()