Searched refs:jsonObject (Results 1 – 2 of 2) sorted by relevance
377 final JSONObject jsonObject = toJSON(); in toString() local379 jsonObject.put("partId", partId); in toString()383 jsonObject.put(AttachmentColumns.PROVIDER_DATA, new JSONObject(providerData)); in toString()388 return jsonObject.toString(4); in toString()
569 JSONObject jsonObject = jsonArray.getJSONObject(i); in addRandomDataToJson() local570 jsonObject.put(UUID.randomUUID().toString(), UUID.randomUUID().toString()); in addRandomDataToJson()571 res = res.put(jsonObject); in addRandomDataToJson()