Searched refs:descriptionObj (Results 1 – 1 of 1) sorted by relevance
188 JSONObject descriptionObj = result.optJSONObject("detailedDescription"); in getDetailedDescription() local189 if (descriptionObj != null) { in getDetailedDescription()190 detailedDescription = descriptionObj.getString("articleBody"); in getDetailedDescription()