Home
last modified time | relevance | path

Searched defs:jsonResponse (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataFixture.java86 JSONObject jsonResponse = new JSONObject(); in getMalformedJsonObject() local
102 JSONObject jsonResponse = new JSONObject(); in getDeeperMalformedJsonObject() local
130 JSONObject jsonResponse = new JSONObject(); in getMalformedNullJsonObject() local
161 JSONObject jsonResponse = new JSONObject(); in toJsonResponseString() local
196 JSONObject jsonResponse = new JSONObject(); in toJsonResponseString() local
215 JSONObject jsonResponse, String userBiddingSignals, boolean shouldAddHarmlessJunk) in addToJsonObject()
240 JSONObject jsonResponse, in addToJsonObject()
274 JSONObject jsonResponse, List<DBAdData> ads, boolean shouldAddHarmlessJunk) in addToJsonObject()
327 JSONObject jsonResponse, in addAuctionServerRequestFlagsToJsonObject()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataTest.java93 final String jsonResponse = in testBuildUpdatableDataSuccess() local
149 final String jsonResponse = in testBuildUpdatableDataSuccessWithAuctionServerFlagsEnabled() local
207 final String jsonResponse = in testBuildUpdatableDataSuccessWithJunkWithAuctionServerFlagsEnabled() local
261 final String jsonResponse = in testBuildUpdatableDataSuccessWithAuctionServerFlagsDisabled() local
308 final String jsonResponse = CustomAudienceUpdatableDataFixture.getEmptyJsonResponseString(); in testBuildEmptyUpdatableDataSuccess() local
367 final String jsonResponse = in testBuildEmptyUpdatableDataWithNonEmptyResponseSuccess() local
510 final String jsonResponse = in testCreateFromFullJsonResponseStringWithSmallLimitStillSuccess() local
556 final String jsonResponse = in testCreateFromResponseStringWithLargeFieldsCausesUnsuccessfulUpdate() local
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DReverseGeocodeTask.java64 String jsonResponse = HttpFetcher.getRequestAsString(ui.getContext(), url); in doInBackground() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/
DEncryptionKeyFetcher.java169 JSONObject jsonResponse = in fetchEncryptionKeys() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/encryptionkey/
DEncryptionKeyFetcherTest.java174 JSONObject jsonResponse = new JSONObject(); in buildEncryptionKeyJSONResponse() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DScheduledUpdatesHandler.java325 JSONObject jsonResponse = new JSONObject(responseBody); in parseFetchUpdateResponse() local