Searched refs:toJSONObject (Results 1 – 4 of 4) sorted by relevance
108 Field(Function<T, Object> toJSONObject, BiFunction<JSONObject, String, T> fromJSONObject) { in Field() argument109 this.mToJSONObject = toJSONObject; in Field()116 JSONObject toJSONObject() throws JSONException { in toJSONObject() method in CustomAudienceBlob.Field289 json.put(name, field.toJSONObject().get(name)); in asJSONObject()
57 public JSONObject toJSONObject() throws JSONException { in toJSONObject() method in AggregateHistogramContribution
292 jsonArray.put(contribution.toJSONObject()); in generateDebugPayload()
90 JSONObject jsonObj = contribution.toJSONObject(); in storesBucketAsStringInJson()