Searched refs:mapToJsonObject (Results 1 – 2 of 2) sorted by relevance
84 public static JSONObject mapToJsonObject(Map<String, String> map) { in mapToJsonObject() method in Utils
331 JSONObject jsonParams = Utils.mapToJsonObject(params); in buildParams()