Home
last modified time | relevance | path

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

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java89 JSONObject jsonObject = new JSONObject(configMap); in saveConfiguration() local
91 pw.write(jsonObject.toString()); in saveConfiguration()