Searched refs:trustedBiddingKeysJson (Results 1 – 4 of 4) sorted by relevance
82 JSONArray trustedBiddingKeysJson = in readCustomAudiences() local87 for (int index = 0; index < trustedBiddingKeysJson.length(); index++) { in readCustomAudiences()88 biddingKeys.add(trustedBiddingKeysJson.getString(index)); in readCustomAudiences()
256 JSONArray trustedBiddingKeysJson = new JSONArray(trustedBiddingData.getKeys()); in addToJsonObject() local258 JsonFixture.addHarmlessJunkValues(trustedBiddingKeysJson); in addToJsonObject()260 trustedBiddingDataJson.put(TRUSTED_BIDDING_KEYS_KEY, trustedBiddingKeysJson); in addToJsonObject()
267 JSONArray trustedBiddingKeysJson = new JSONArray(trustedBiddingData.getKeys()); in addTrustedBiddingData() local269 JsonFixture.addHarmlessJunkValues(trustedBiddingKeysJson); in addTrustedBiddingData()271 trustedBiddingDataJson.put(TRUSTED_BIDDING_KEYS_KEY, trustedBiddingKeysJson); in addTrustedBiddingData()
183 JSONArray trustedBiddingKeysJson = in readCustomAudiences() local188 for (int index = 0; index < trustedBiddingKeysJson.length(); index++) { in readCustomAudiences()189 biddingKeys.add(trustedBiddingKeysJson.getString(index)); in readCustomAudiences()