Searched refs:gson (Results 1 – 1 of 1) sorted by relevance
46 import com.google.gson.Gson;162 Gson gson = new Gson(); in init() local163 RunHistory[] runHistories = gson.fromJson(runHistoryJSON, RunHistory[].class); in init()274 Gson gson = new Gson(); in customizeConfiguration() local277 .put(RUN_HISTORY_KEY, gson.toJson(mRunHistories)); in customizeConfiguration()