Searched refs:jsonObject (Results 1 – 2 of 2) sorted by relevance
398 final JSONObject jsonObject = toJSON(); in toString() local400 jsonObject.put("partId", partId); in toString()404 jsonObject.put(AttachmentColumns.PROVIDER_DATA, new JSONObject(providerData)); in toString()409 return jsonObject.toString(4); in toString()
661 JSONObject jsonObject = jsonArray.getJSONObject(i); in addRandomDataToJson() local662 jsonObject.put(UUID.randomUUID().toString(), UUID.randomUUID().toString()); in addRandomDataToJson()663 res = res.put(jsonObject); in addRandomDataToJson()