Searched refs:JsonFixture (Results 1 – 7 of 7) sorted by relevance
37 import com.android.adservices.common.JsonFixture;222 JsonFixture.addHarmlessJunkValues(jsonResponse); in addToJsonObject()251 JsonFixture.addHarmlessJunkValues(trustedBiddingDataJson); in addToJsonObject()258 JsonFixture.addHarmlessJunkValues(trustedBiddingKeysJson); in addToJsonObject()283 JsonFixture.addHarmlessJunkValues(adsJson); in addToJsonObject()289 JsonFixture.addHarmlessJunkValues(adJson); in addToJsonObject()336 JsonFixture.addHarmlessJunkValues(array); in addAuctionServerRequestFlagsToJsonObject()347 JsonFixture.formatAsOrgJsonJSONObjectString( in getValidBuilderFullSuccessfulResponse()
42 import com.android.adservices.common.JsonFixture;262 JsonFixture.addHarmlessJunkValues(trustedBiddingDataJson); in addTrustedBiddingData()269 JsonFixture.addHarmlessJunkValues(trustedBiddingKeysJson); in addTrustedBiddingData()291 JsonFixture.addHarmlessJunkValues(adsJson); in addAds()297 JsonFixture.addHarmlessJunkValues(adJson); in addAds()343 JsonFixture.addHarmlessJunkValues(auctionServerRequestFlagsArray); in addAuctionServerRequestFlags()359 JsonFixture.addHarmlessJunkValues(json); in addToJSONObject()
35 import com.android.adservices.common.JsonFixture;66 JsonFixture.formatAsOrgJsonJSONObjectString( in testBuildUpdatableDataSuccess()118 JsonFixture.formatAsOrgJsonJSONObjectString( in testBuildUpdatableDataSuccessWithAuctionServerFlagsEnabled()176 JsonFixture.formatAsOrgJsonJSONObjectString( in testBuildUpdatableDataSuccessWithJunkWithAuctionServerFlagsEnabled()234 JsonFixture.formatAsOrgJsonJSONObjectString( in testBuildUpdatableDataSuccessWithAuctionServerFlagsDisabled()508 JsonFixture.formatAsOrgJsonJSONObjectString( in testCreateFromFullJsonResponseStringWithSmallLimitStillSuccess()554 JsonFixture.formatAsOrgJsonJSONObjectString( in testCreateFromResponseStringWithLargeFieldsCausesUnsuccessfulUpdate()
38 import com.android.adservices.common.JsonFixture;84 JsonFixture.formatAsOrgJsonJSONObjectString( in testGetUserBiddingSignalsFromFullJsonObjectSuccess()160 JsonFixture.addHarmlessJunkValues(responseObject); in testGetAuctionServerRequestFlagsNoFlagsField()203 JsonFixture.formatAsOrgJsonJSONObjectString( in testGetUserBiddingSignalsFromFullJsonObjectWithHarmlessJunkSuccess()310 JsonFixture.formatAsOrgJsonJSONObjectString( in testGetUserBiddingSignalsFromJsonObjectInvalidSize()
23 import com.android.adservices.common.JsonFixture;129 metadata = JsonFixture.formatAsOrgJsonJSONObjectString(VALID_METADATA); in getValidAdDataBuilderByBuyer()173 metadata = JsonFixture.formatAsOrgJsonJSONObjectString(VALID_METADATA); in getValidFilterAdDataWithAdRenderIdByBuyer()
28 import com.android.adservices.common.JsonFixture;125 JsonFixture.formatAsOrgJsonJSONObjectString( in testCopyAdCounterKeys_AdDataToRecordArg()171 JsonFixture.formatAsOrgJsonJSONObjectString( in testCopyAdCounterKeys_DBAdDataToRecordArg()
23 public class JsonFixture { class