Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousResultLoader.java46 import com.google.gson.Gson;
162 Gson gson = new Gson(); in init() local
163 RunHistory[] runHistories = gson.fromJson(runHistoryJSON, RunHistory[].class); in init()
274 Gson gson = new Gson(); in customizeConfiguration() local
277 .put(RUN_HISTORY_KEY, gson.toJson(mRunHistories)); in customizeConfiguration()