Searched refs:buildJSONArray (Results 1 – 2 of 2) sorted by relevance
98 return buildJSONArray(data); in build()108 private static JSONArray buildJSONArray(Object data) throws JSONException { in buildJSONArray() method in JsonBuilder
350 return buildJSONArray((Object[]) data); in build()442 private static JSONArray buildJSONArray(Object[] data) throws JSONException { in buildJSONArray() method in JsonBuilder1181 config.put("apBands", buildJSONArray( in buildSoftApConfiguration()