Searched refs:outEncodings (Results 1 – 2 of 2) sorted by relevance
280 JSONArray outEncodings = new JSONArray(); in getOptionsMessage() local282 outEncodings = outEnc.getJSONArray(ENCODING_SUBFIELD_ENCODING); in getOptionsMessage()286 outEncodings.put(enc); in getOptionsMessage()290 for (int i = 0; i < outEncodings.length(); i++) { in getOptionsMessage()291 JSONObject enc = outEncodings.getJSONObject(i); in getOptionsMessage()
221 JSONArray outEncodings = new JSONArray(); in getOptionsMessage() local224 outEncodings = body.getJSONArray(OPTIONS_FIELD_OUTPUT_ENCODINGS); in getOptionsMessage()230 for (int i = 0; i < outEncodings.length(); i++) { in getOptionsMessage()231 JSONObject enc = outEncodings.getJSONObject(i); in getOptionsMessage()