Searched refs:adsJson (Results 1 – 5 of 5) sorted by relevance
84 JSONArray adsJson = caJson.getJSONArray("ads"); in readCustomAudiences() local92 for (int index = 0; index < adsJson.length(); index++) { in readCustomAudiences()93 JSONObject adJson = adsJson.getJSONObject(index); in readCustomAudiences()
281 JSONArray adsJson = new JSONArray(); in addToJsonObject() local283 JsonFixture.addHarmlessJunkValues(adsJson); in addToJsonObject()311 adsJson.put(adJson); in addToJsonObject()314 jsonResponse.put(ADS_KEY, adsJson); in addToJsonObject()
288 JSONArray adsJson = new JSONArray(); in addAds() local291 JsonFixture.addHarmlessJunkValues(adsJson); in addAds()319 adsJson.put(adJson); in addAds()322 return addToJSONObject(json, ADS_KEY, adsJson, false); in addAds()
185 JSONArray adsJson = caJson.getJSONArray("ads"); in readCustomAudiences() local193 for (int index = 0; index < adsJson.length(); index++) { in readCustomAudiences()194 JSONObject adJson = adsJson.getJSONObject(index); in readCustomAudiences()
731 JSONArray adsJson = new JSONArray();754 adsJson.put(adJson);756 return adsJson;