Home
last modified time | relevance | path

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

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java25 import com.google.gson.Gson;
26 import com.google.gson.JsonParseException;
27 import com.google.gson.JsonSyntaxException;
61 Gson gson = new Gson(); in getConfiguration() local
62 config = gson.fromJson(content, Map.class); in getConfiguration()
/system/teeui/tools/framebufferizer/
DAndroid.bp10 "gson-prebuilt-jar",