Searched refs:fromJsonObject (Results 1 – 4 of 4) sorted by relevance
111 public AggregateHistogramContribution fromJsonObject(JSONObject jsonObject) in fromJsonObject() method in AggregateHistogramContribution.Builder
315 .fromJsonObject(contributionsArray.getJSONObject(i)); in extractAggregateHistogramContributions()
115 new AggregateHistogramContribution.Builder().fromJsonObject(jsonObject); in fromJsonObject_createsAggregateHistogramContribution()
888 JSONObject json, String key, BiFunction<JSONObject, String, T> fromJsonObject) {891 return fromJsonObject.apply(json, key);