Searched refs:jsonSourcesMap (Results 1 – 1 of 1) sorted by relevance
1183 JSONObject jsonSourcesMap = new JSONObject(); in getOptionJson() local1188 jsonSourcesMap.put(key.toString(), source == null ? new JSONArray() : source); in getOptionJson()1191 jsonOption.put("source", jsonSourcesMap); in getOptionJson()1194 JSONObject jsonSourcesMap = new JSONObject(); in getOptionJson() local1199 jsonSourcesMap.put(key.toString(), source == null ? new JSONArray() : source); in getOptionJson()1202 jsonOption.put("source", jsonSourcesMap); in getOptionJson()