Searched refs:AD_COUNTERS_KEY (Results 1 – 5 of 5) sorted by relevance
22 …ic com.android.adservices.service.customaudience.CustomAudienceUpdatableDataReader.AD_COUNTERS_KEY;109 if (json.has(AD_COUNTERS_KEY)) { in readAdCounterKeys()110 JSONArray counterKeys = json.getJSONArray(AD_COUNTERS_KEY); in readAdCounterKeys()
59 public static final String AD_COUNTERS_KEY = "ad_counter_keys"; field in CustomAudienceUpdatableDataReader
23 …ic com.android.adservices.service.customaudience.CustomAudienceUpdatableDataReader.AD_COUNTERS_KEY;746 adJson.put(AD_COUNTERS_KEY, new JSONArray(ad.getAdCounterKeys()));
20 …ic com.android.adservices.service.customaudience.CustomAudienceUpdatableDataReader.AD_COUNTERS_KEY;303 adJson.put(AD_COUNTERS_KEY, new JSONArray(ad.getAdCounterKeys())); in addToJsonObject()
23 …ic com.android.adservices.service.customaudience.CustomAudienceUpdatableDataReader.AD_COUNTERS_KEY;311 adJson.put(AD_COUNTERS_KEY, new JSONArray(ad.getAdCounterKeys())); in addAds()