Searched refs:jsonSourcesMap (Results 1 – 1 of 1) sorted by relevance
1101 JSONObject jsonSourcesMap = new JSONObject(); in getOptionJson() local1106 jsonSourcesMap.put(key.toString(), source == null ? new JSONArray() : source); in getOptionJson()1109 jsonOption.put("source", jsonSourcesMap); in getOptionJson()1112 JSONObject jsonSourcesMap = new JSONObject(); in getOptionJson() local1117 jsonSourcesMap.put(key.toString(), source == null ? new JSONArray() : source); in getOptionJson()1120 jsonOption.put("source", jsonSourcesMap); in getOptionJson()