Searched refs:imageObj (Results 1 – 1 of 1) sorted by relevance
161 JSONObject imageObj = result.optJSONObject("image"); in getImageUrl() local162 if (imageObj != null) { in getImageUrl()163 String url = imageObj.getString("contentUrl"); in getImageUrl()