Searched refs:optionObjects (Results 1 – 1 of 1) sorted by relevance
133 JSONArray optionObjects = testObject.getJSONArray(KEY_OPTIONS); in TestMapping() local134 for (int j = 0; j < optionObjects.length(); j++) { in TestMapping()135 JSONObject optionObject = optionObjects.getJSONObject(j); in TestMapping()