Home
last modified time | relevance | path

Searched refs:jsonArrayToFcapSet (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/adservices/common/
DFrequencyCapFilters.java243 jsonArrayToFcapSet(json.getJSONArray(WIN_EVENTS_FIELD_NAME))); in fromJson()
247 jsonArrayToFcapSet(json.getJSONArray(IMPRESSION_EVENTS_FIELD_NAME))); in fromJson()
251 jsonArrayToFcapSet(json.getJSONArray(VIEW_EVENTS_FIELD_NAME))); in fromJson()
255 jsonArrayToFcapSet(json.getJSONArray(CLICK_EVENTS_FIELD_NAME))); in fromJson()
260 private static Set<KeyedFrequencyCap> jsonArrayToFcapSet(JSONArray json) throws JSONException { in jsonArrayToFcapSet() method in FrequencyCapFilters