Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/utils/
DCustomAudienceTestFixture.java84 JSONArray adsJson = caJson.getJSONArray("ads"); in readCustomAudiences() local
92 for (int index = 0; index < adsJson.length(); index++) { in readCustomAudiences()
93 JSONObject adJson = adsJson.getJSONObject(index); in readCustomAudiences()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataFixture.java281 JSONArray adsJson = new JSONArray(); in addToJsonObject() local
283 JsonFixture.addHarmlessJunkValues(adsJson); in addToJsonObject()
311 adsJson.put(adJson); in addToJsonObject()
314 jsonResponse.put(ADS_KEY, adsJson); in addToJsonObject()
DCustomAudienceBlobFixture.java288 JSONArray adsJson = new JSONArray(); in addAds() local
291 JsonFixture.addHarmlessJunkValues(adsJson); in addAds()
319 adsJson.put(adJson); in addAds()
322 return addToJSONObject(json, ADS_KEY, adsJson, false); in addAds()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DAbstractSelectAdsLatencyTest.java185 JSONArray adsJson = caJson.getJSONArray("ads"); in readCustomAudiences() local
193 for (int index = 0; index < adsJson.length(); index++) { in readCustomAudiences()
194 JSONObject adJson = adsJson.getJSONObject(index); in readCustomAudiences()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DCustomAudienceBlob.java731 JSONArray adsJson = new JSONArray();
754 adsJson.put(adJson);
756 return adsJson;