Searched refs:fromJSONObject (Results 1 – 1 of 1) sorted by relevance
108 Field(Function<T, Object> toJSONObject, BiFunction<JSONObject, String, T> fromJSONObject) { in Field() argument110 this.mFromJSONObject = fromJSONObject; in Field()126 void fromJSONObject(JSONObject json, String key) throws JSONException { in fromJSONObject() method in CustomAudienceBlob.Field