Searched refs:asJSONObject (Results 1 – 8 of 8) sorted by relevance
93 CustomAudienceBlobFixture.asJSONObject(136 JSONObject asJSONObject = mCustomAudienceBlob.asJSONObject(); in testOverrideFromFetchAndJoinCustomAudienceInput_validJSONObject() local138 assertThat(asJSONObject.toString()) in testOverrideFromFetchAndJoinCustomAudienceInput_validJSONObject()191 JSONObject asJSONObject = mCustomAudienceBlob.asJSONObject(); in testOverrideFromJSONObject_validJSONObject() local193 assertThat(asJSONObject.toString()).isEqualTo(mJSONObject.toString()); in testOverrideFromJSONObject_validJSONObject()202 CustomAudienceBlobFixture.asJSONObject( in testOverrideFromJSONObject_validValuesWithAuctionServerRequestFlagsEnabled()246 CustomAudienceBlobFixture.asJSONObject( in testOverrideFromJSONObject_invalidValuesWithAuctionServerRequestFlagsEnabled()292 CustomAudienceBlobFixture.asJSONObject( in testOverrideFromJSONObject_UnexpectedValuesWithAuctionServerRequestFlagsEnabled()340 CustomAudienceBlobFixture.asJSONObject( in testOverrideFromJSONObject_validValuesWithAuctionServerRequestFlagsDisabled()
121 return CustomAudienceBlobFixture.asJSONObject( in generateCustomAudienceWithName()
902 jsonArray.put(i, blob.asJSONObject()); in createJsonRequestPayloadFromPartialCustomAudience()
362 String jsonString = mRequestCustomAudience.asJSONObject().toString(); in performFetch()424 mResponseCustomAudience.asJSONObject()); in validateResponse()426 mRequestCustomAudience.asJSONObject()); in validateResponse()437 .asJSONObject() in validateResponse()
284 jsonArray.put(i, validBlobs.get(i).asJSONObject()); in fetchUpdate()384 customAudienceOverrideMap.get(fusedBlob.getName()).asJSONObject()); in joinCustomAudiences()396 if (fusedBlob.asJSONObject().toString().getBytes(UTF_8).length in joinCustomAudiences()
284 public JSONObject asJSONObject() { in asJSONObject() method in CustomAudienceBlob
69 return asJSONObject( in asJSONObjectString()89 public static JSONObject asJSONObject( in asJSONObject() method in CustomAudienceBlobFixture
93 CustomAudienceBlobFixture.asJSONObject( in getFullSuccessfulJsonResponse()