Searched refs:jsonObj (Results 1 – 2 of 2) sorted by relevance
83 val jsonObj = JSONObject() in bundleToJson() constant86 jsonObj.put(key, bundle[key]) in bundleToJson()94 return jsonObj in bundleToJson()123 lateinit var jsonObj: JSONObject in save() variable124 synchronized(lock) { jsonObj = bundleToJson(bundle) } in save()127 editor.putString(wallpaperConfigName + keySuffix, jsonObj.toString()) in save()
650 JSONObject jsonObj = new JSONObject(jsonStr); in parseJsonAndPersistKey() local651 JSONArray keys = jsonObj.getJSONArray(JSON_CARRIER_KEYS); in parseJsonAndPersistKey()