Home
last modified time | relevance | path

Searched refs:JSONObject (Results 1 – 25 of 207) sorted by relevance

123456789

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DReportSpecTest.java26 import org.json.JSONObject;
36 JSONObject triggerSpecJson = TriggerSpecTest.getValidBaselineTestCase(); in testEqualsPass()
47 JSONObject triggerSpecJson = TriggerSpecTest.getValidBaselineTestCase(); in reportSpecsConstructor_maxBucketIncrementsDifferent_equalFail()
48 JSONArray json1 = new JSONArray(new JSONObject[] {triggerSpecJson}); in reportSpecsConstructor_maxBucketIncrementsDifferent_equalFail()
49 JSONArray json2 = new JSONArray(new JSONObject[] {triggerSpecJson}); in reportSpecsConstructor_maxBucketIncrementsDifferent_equalFail()
57 JSONObject triggerSpecJson = TriggerSpecTest.getValidBaselineTestCase(); in reportSpecsConstructor_TriggerSpecCountDifferent_equalFail()
58 JSONArray json1 = new JSONArray(new JSONObject[] {triggerSpecJson}); in reportSpecsConstructor_TriggerSpecCountDifferent_equalFail()
59 JSONArray json2 = new JSONArray(new JSONObject[] {triggerSpecJson, triggerSpecJson}); in reportSpecsConstructor_TriggerSpecCountDifferent_equalFail()
68 JSONObject jsonTriggerSpec1 = new JSONObject(); in reportSpecsConstructor_TriggerSpecContentDifferent_equalFail()
70 JSONObject windows1 = new JSONObject(); in reportSpecsConstructor_TriggerSpecContentDifferent_equalFail()
[all …]
DTriggerTest.java34 import org.json.JSONObject;
89 JSONObject aggregateTriggerData1 = new JSONObject(); in testEqualsPass()
92 JSONObject aggregateTriggerData2 = new JSONObject(); in testEqualsPass()
97 JSONObject values = new JSONObject(); in testEqualsPass()
100 JSONObject adtechBitMapping = new JSONObject(); in testEqualsPass()
205 JSONObject aggregateTriggerData1 = new JSONObject(); in testEqualsFail()
210 JSONObject aggregateTriggerData2 = new JSONObject(); in testEqualsFail()
219 JSONObject values1 = new JSONObject(); in testEqualsFail()
221 JSONObject values2 = new JSONObject(); in testEqualsFail()
239 JSONObject attributionConfig1 = new JSONObject(); in testEqualsFail()
[all …]
DE2ETest.java62 import org.json.JSONObject;
234 public ParamsProvider(JSONObject json) throws JSONException { in ParamsProvider()
343 public static boolean hasArDebugPermission(JSONObject obj) throws JSONException { in hasArDebugPermission()
344 JSONObject urlToResponse = in hasArDebugPermission()
350 public static boolean hasAdIdPermission(JSONObject obj) throws JSONException { in hasAdIdPermission()
351 JSONObject urlToResponse = in hasAdIdPermission()
357 public static boolean hasSourceDebugReportingPermission(JSONObject obj) throws JSONException { in hasSourceDebugReportingPermission()
358 JSONObject headersMapJson = in hasSourceDebugReportingPermission()
362 JSONObject registerSource = in hasSourceDebugReportingPermission()
367 public static boolean hasTriggerDebugReportingPermission(JSONObject obj) throws JSONException { in hasTriggerDebugReportingPermission()
[all …]
DAttributionConfigTest.java31 import org.json.JSONObject;
150 JSONObject attributionConfigJson = createExampleAttributionConfigJson(); in build_missingSourceAdTech_throwsJsonException()
162 JSONObject attributionConfigJson = new JSONObject(); in build_withOnlySourceAdTechField_success()
182 private JSONObject createExampleAttributionConfigJson() throws JSONException { in createExampleAttributionConfigJson()
183 JSONObject attributionConfig = new JSONObject(); in createExampleAttributionConfigJson()
185 JSONObject sourcePriorityRangeJson = new JSONObject(); in createExampleAttributionConfigJson()
189 JSONObject sourceFiltersJson = new JSONObject(); in createExampleAttributionConfigJson()
195 JSONObject sourceNotFiltersJson = new JSONObject(); in createExampleAttributionConfigJson()
204 JSONObject filterDataJson = new JSONObject(); in createExampleAttributionConfigJson()
214 JSONObject sourceFiltersMap = new JSONObject(); in createExampleAttributionConfig()
[all …]
DTriggerSpecTest.java25 import org.json.JSONObject;
34 public static JSONObject getJson( in getJson()
41 JSONObject json = new JSONObject(); in getJson()
45 JSONObject windows = new JSONObject(); in getJson()
62 public static JSONObject getValidBaselineTestCase() throws JSONException { in getValidBaselineTestCase()
89 JSONObject json = getValidBaselineTestCase(); in testEqualsWithDefaultValuePass()
123 JSONObject JSONInput = getValidBaselineTestCase(); in testJSONEncodingDecoding()
128 JSONObject JSONOutput = o1.encodeJSON(); in testJSONEncodingDecoding()
146 JSONObject JSONInput = in triggerSpecBuilder_invalidSummaryOperator_throws()
168 JSONObject JSONInput = in triggerSpecBuilder_missingFields_throws()
[all …]
DE2EMockTest.java71 import org.json.JSONObject;
340 (List<JSONObject>) eventCaptures[2]); in processActualDebugReportJob()
353 (List<JSONObject>) aggregateCaptures[2]); in processActualDebugReportJob()
363 (List<Uri>) reportCaptures[1], (List<JSONObject>) reportCaptures[2]); in processActualDebugReportApiJob()
405 (List<JSONObject>) eventCaptures[2]); in processAction()
426 (List<JSONObject>) aggregateCaptures[2]); in processAction()
431 List<EventReport> eventReports, List<Uri> destinations, List<JSONObject> payloads) in processActualEventReports()
433 List<JSONObject> eventReportObjects = in processActualEventReports()
442 List<JSONObject> payloads) in processActualDebugEventReports()
444 List<JSONObject> eventReportObjects = in processActualDebugEventReports()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/service/customaudience/
DCustomAudienceUpdatableDataFixture.java42 import org.json.JSONObject;
83 public static JSONObject getMalformedJsonObject() throws JSONException { in getMalformedJsonObject()
84 JSONObject jsonResponse = new JSONObject(); in getMalformedJsonObject()
99 public static JSONObject getDeeperMalformedJsonObject() throws JSONException { in getDeeperMalformedJsonObject()
100 JSONObject jsonResponse = new JSONObject(); in getDeeperMalformedJsonObject()
104 JSONObject trustedBiddingDataObject = new JSONObject(); in getDeeperMalformedJsonObject()
110 JSONObject adObject0 = new JSONObject(); in getDeeperMalformedJsonObject()
114 JSONObject adObject1 = new JSONObject(); in getDeeperMalformedJsonObject()
127 public static JSONObject getMalformedNullJsonObject() throws JSONException { in getMalformedNullJsonObject()
128 JSONObject jsonResponse = new JSONObject(); in getMalformedNullJsonObject()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DInteractionUriRegistrationInfoTest.java30 import org.json.JSONObject;
44 JSONObject obj = new JSONObject(); in testFromJsonSucceeds()
58 JSONObject obj = new JSONObject(); in testFromJsonFailsWithWrongInteractionKeyName()
72 JSONObject obj = new JSONObject(); in testFromJsonFailsWithWrongInteractionReportingUriKeyName()
86 JSONObject obj = new JSONObject(); in testFromJsonFailsWhenInteractionKeyNotAString()
88 JSONObject innerObj = new JSONObject().put(INTERACTION_KEY_ARG_NAME, CLICK); in testFromJsonFailsWhenInteractionKeyNotAString()
103 JSONObject obj = new JSONObject(); in testFromJsonFailsWhenInteractionReportingUriNotAString()
106 JSONObject innerObj = in testFromJsonFailsWhenInteractionReportingUriNotAString()
107 new JSONObject() in testFromJsonFailsWhenInteractionReportingUriNotAString()
121 JSONObject obj = new JSONObject(); in testFromJsonWithEmptyListValueFails()
[all …]
DAdWithBidArgumentUtilTest.java34 import org.json.JSONObject;
52 private JSONObject aValidAdWithBidJson() throws JSONException { in aValidAdWithBidJson()
53 return new JSONObject() in aValidAdWithBidJson()
58 private JSONObject aValidAdWithBidWithAdCounterKeysJson() throws JSONException { in aValidAdWithBidWithAdCounterKeysJson()
59 return new JSONObject() in aValidAdWithBidWithAdCounterKeysJson()
90 final JSONObject adWithInvalidMetadata = in testShouldFailIfAdDataHasInvalidMetadata()
93 JSONObject adWithBidWithInvalidMetadata = in testShouldFailIfAdDataHasInvalidMetadata()
94 new JSONObject() in testShouldFailIfAdDataHasInvalidMetadata()
106 final JSONObject adWithInvalidMetadata = in testShouldFailIfAdDataHasInvalidMetadataParseWithCopier()
109 JSONObject adWithBidWithInvalidMetadata = in testShouldFailIfAdDataHasInvalidMetadataParseWithCopier()
[all …]
DAdDataArgumentUtilTest.java36 import org.json.JSONObject;
55 public static JSONObject aValidAdDataJson() throws JSONException { in aValidAdDataJson()
56 return new JSONObject() in aValidAdDataJson()
58 .put(AdDataArgumentUtil.METADATA_FIELD_NAME, new JSONObject(AD_DATA.getMetadata())); in aValidAdDataJson()
61 public static JSONObject aValidAdDataWithAdCounterKeysJson() throws JSONException { in aValidAdDataWithAdCounterKeysJson()
62 return new JSONObject() in aValidAdDataWithAdCounterKeysJson()
68 new JSONObject(AD_DATA_WITH_AD_COUNTER_KEYS.getMetadata())) in aValidAdDataWithAdCounterKeysJson()
96 JSONObject adDataWithInvalidMetadata = in testShouldFailIfAdDataHasInvalidMetadata()
107 JSONObject adDataWithInvalidMetadata = in testShouldFailIfAdDataHasInvalidMetadataParseWithCopier()
118 JSONObject adDataWithoutMetadata = aValidAdDataJson(); in testShouldFailIfAdDataIsMissingMetadata()
[all …]
DTrustedBiddingDataFetcherTest.java46 import org.json.JSONObject;
105 new JSONObject(ImmutableMap.of(KEY_1, VALUE_1)) in testDevOptionDisabled_fetchForMultipleUri()
114 new JSONObject(ImmutableMap.of(KEY_2, VALUE_2)) in testDevOptionDisabled_fetchForMultipleUri()
117 Map<Uri, JSONObject> result = in testDevOptionDisabled_fetchForMultipleUri()
129 new JSONObject(ImmutableMap.of(KEY_1, VALUE_1)).toString(), in testDevOptionDisabled_fetchForMultipleUri()
133 new JSONObject(ImmutableMap.of(KEY_2, VALUE_2)).toString(), in testDevOptionDisabled_fetchForMultipleUri()
155 new JSONObject(ImmutableMap.of(KEY_1, VALUE_1)) in testDevOptionDisabled_fetchFailedOrNoResultFromServer()
162 Map<Uri, JSONObject> result = in testDevOptionDisabled_fetchFailedOrNoResultFromServer()
173 new JSONObject(ImmutableMap.of(KEY_1, VALUE_1)).toString(), in testDevOptionDisabled_fetchFailedOrNoResultFromServer()
196 new JSONObject(ImmutableMap.of(KEY_1, VALUE_1)) in testDevOptionDisabled_serverReturnedMalformedData()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/entitlement/response/
DGetImsiPseudonymResponseTest.java34 import org.json.JSONObject;
53 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrectWithRefreshInterval()
57 JSONObject body2 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrectWithRefreshInterval()
77 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrectWithoutRefreshInterval()
81 JSONObject body2 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyCorrectWithoutRefreshInterval()
108 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyInvalidRequest()
112 JSONObject body2 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyInvalidRequest()
129 JSONObject body1 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyAuthFailed()
133 JSONObject body2 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, in responseBodyAuthFailed()
150 JSONObject body2 = (new JSONObject()).put(Response.JSON_KEY_MESSAGE_ID, INVALID_MESSAGE_ID) in responseBodyWrongMessageId()
[all …]
/packages/apps/Settings/src/com/android/settings/
DSettingsDumpService.java47 import org.json.JSONObject;
93 JSONObject dump = new JSONObject(); in dump()
114 private JSONObject dumpMemory() throws JSONException { in dumpMemory()
115 JSONObject obj = new JSONObject(); in dumpMemory()
128 private JSONObject dumpDataUsage() throws JSONException { in dumpDataUsage()
129 JSONObject obj = new JSONObject(); in dumpDataUsage()
139 final JSONObject usage = dumpDataUsage(template, controller); in dumpDataUsage()
157 private JSONObject dumpDataUsage(NetworkTemplate template, DataUsageController controller) in dumpDataUsage()
159 JSONObject obj = new JSONObject(); in dumpDataUsage()
169 private JSONObject dumpStorage() throws JSONException { in dumpStorage()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DHalDeviceManagerUtil.java25 import org.json.JSONObject;
67 static JSONObject staticChipInfoToJson(@NonNull StaticChipInfo staticChipInfo) in staticChipInfoToJson()
69 JSONObject jsonObject = new JSONObject(); in staticChipInfoToJson()
80 static StaticChipInfo jsonToStaticChipInfo(JSONObject jsonObject) throws JSONException { in jsonToStaticChipInfo()
94 private static JSONObject chipModeToJson(WifiChip.ChipMode chipMode) in chipModeToJson()
96 JSONObject jsonObject = new JSONObject(); in chipModeToJson()
106 private static WifiChip.ChipMode jsonToChipMode(JSONObject jsonObject) throws JSONException { in jsonToChipMode()
119 private static JSONObject chipConcurrencyCombinationToJson( in chipConcurrencyCombinationToJson()
121 JSONObject jsonObject = new JSONObject(); in chipConcurrencyCombinationToJson()
131 JSONObject jsonObject) throws JSONException { in jsonToChipConcurrencyCombination()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/actions/
DReportObjects.java19 import org.json.JSONObject;
28 public final List<JSONObject> mEventReportObjects;
29 public final List<JSONObject> mAggregateReportObjects;
30 public final List<JSONObject> mDebugEventReportObjects;
31 public final List<JSONObject> mDebugAggregateReportObjects;
32 public final List<JSONObject> mDebugReportObjects;
43 List<JSONObject> eventReportObjects, in ReportObjects()
44 List<JSONObject> aggregateReportObjects, in ReportObjects()
45 List<JSONObject> debugEventReportObjects, in ReportObjects()
46 List<JSONObject> debugAggregateReportObjects, in ReportObjects()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DJsonUtilsTest.java27 import org.json.JSONObject;
37 JSONObject jsonObject = new JSONObject().put(KEY, VALID_VALUE); in testGetStringFromJsonSuccess()
52 JSONObject jsonObject = new JSONObject().put(KEY, VALID_VALUE); in testGetStringFromJsonThrowsJSONExceptionWhenKeyDoesNotExist()
64 JSONObject jsonObject = new JSONObject().put(KEY, 1); in testGetStringFromJsonThrowsJSONExceptionWhenValueIsNotString()
89 JSONObject jsonObject = new JSONObject().put(KEY, 1); in testGetStringFromJsonThrowsJSONExceptionWhenValueIsNotStringCustomError()
101 JSONObject innerObject = new JSONObject().put(KEY, VALID_VALUE); in testGetStringFromJsonThrowsJSONExceptionWhenValueIsJSONObject()
104 JSONObject jsonObject = new JSONObject().put(KEY, innerObject); in testGetStringFromJsonThrowsJSONExceptionWhenValueIsJSONObject()
/packages/services/Car/car-lib/src/android/car/vms/
DVmsOperationRecorder.java27 import org.json.JSONObject;
210 write(new JSONObject().put(operation, new JSONObject())); in recordOp()
220 recordOp(operation, new JSONObject().put("layer", toJson(layer))); in recordOp()
230 JSONObject args = new JSONObject(); in recordOp()
246 recordOp(operation, new JSONObject().put(intArgName, arg)); in recordOp()
257 new JSONObject().put(intArgName, arg).put("layer", toJson(layer))); in recordOp()
264 private void recordOp(String operation, JSONObject args) { in recordOp()
267 write(new JSONObject().put(operation, args)); in recordOp()
274 private static JSONObject toJson(VmsLayer layer) throws JSONException { in toJson()
275 return new JSONObject() in toJson()
[all …]
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DKnowledgeGraph.java40 import org.json.JSONObject;
60 JSONObject result = getResultFromKG(artist.getName(), "Person", "MusicGroup"); in populateArtist()
81 JSONObject result = getResultFromKG(album.getTitle(), "MusicAlbum"); in populateAlbum()
98 JSONObject result = getResultFromKG(movie.getTitle(), "Movie"); in populateMovie()
114 JSONObject result = getResultFromKG(series.getTitle(), "TVSeries"); in populateSeries()
130 JSONObject result = getResultFromKG(episode.getSeries().getTitle(), "TVEpisode"); in populateEpisode()
143 private @NonNull JSONObject getResultFromKG(String title, String... types) throws IOException { in getResultFromKG()
145 JSONObject root = (JSONObject) getContent(getContentUri(title, types)); in getResultFromKG()
147 JSONObject item = (JSONObject) items.get(0); in getResultFromKG()
148 JSONObject result = item.getJSONObject("result"); in getResultFromKG()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReport.java23 import org.json.JSONObject;
31 private final JSONObject mBody;
39 @NonNull JSONObject body, in DebugReport()
77 public JSONObject getBody() { in getBody()
91 public JSONObject toPayloadJson() throws JSONException { in toPayloadJson()
92 JSONObject jsonObject = new JSONObject(); in toPayloadJson()
102 private JSONObject mBody;
123 mBody = new JSONObject(body); in setBody()
131 public @NonNull Builder setBody(@NonNull JSONObject body) { in setBody()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsOperationRecorderTest.java32 import org.json.JSONObject;
204 JSONObject expect = new JSONObject(expectJson.replace("'", "\"")); in assertJsonMsgEquals()
205 JSONObject got = new JSONObject(mWriter.mMsg); in assertJsonMsgEquals()
214 private boolean similar(JSONObject expect, JSONObject got) { in similar()
232 if (valueExpect instanceof JSONObject) { in similar()
233 return similar((JSONObject) valueExpect, (JSONObject) valueGot); in similar()
246 if (similar((JSONObject) expectArray.get(i), in similar()
247 (JSONObject) gotArray.get(j))) { in similar()
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/com/android/adservices/common/
DJsonFixture.java21 import org.json.JSONObject;
32 return new JSONObject(inputJsonString).toString(); in formatAsOrgJsonJSONObjectString()
36 public static void addHarmlessJunkValues(JSONObject target) throws JSONException { in addHarmlessJunkValues()
40 target.put("junk_null", JSONObject.NULL); in addHarmlessJunkValues()
41 target.put("junk_object", new JSONObject("{'harmless':true,'object':1}")); in addHarmlessJunkValues()
48 target.put(JSONObject.NULL); in addHarmlessJunkValues()
49 target.put(new JSONObject("{'harmless':true,'object':1}")); in addHarmlessJunkValues()
/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/
DCellBroadcastBaseTest.java44 import org.json.JSONObject;
63 protected static JSONObject sCarriersObject;
64 protected static JSONObject sChannelsObject;
65 protected static JSONObject sSettingsObject;
195 sCarriersObject = new JSONObject(jsonCarrier); in beforeAllTests()
197 sChannelsObject = new JSONObject(jsonChannels); in beforeAllTests()
199 sSettingsObject = new JSONObject(jsonSettings); in beforeAllTests()
261 JSONObject carriersObject = new JSONObject(jsonCarrier); in paramsForTest()
274 JSONObject carriersObject = new JSONObject(jsonCarrier); in paramsCarrierAndChannelForTest()
281 JSONObject channelsObject = new JSONObject(jsonChannels); in paramsCarrierAndChannelForTest()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DXnaSourceCreatorTest.java33 import org.json.JSONObject;
50 new JSONArray(Collections.singletonList(new JSONObject(buildMatchingFilterData()))); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
71 new JSONObject( in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
103 JSONObject aggregatableSource = new JSONObject(); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
119 JSONObject derivedAggregatableSource1 = new JSONObject(); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
149 JSONObject derivedAggregatableSource2 = new JSONObject(); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
199 .setAggregateSource(new JSONObject().toString()) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources()
284 JSONObject filterMap = new JSONObject(); in buildMatchingFilterData()
297 JSONObject filterMap = new JSONObject(); in buildNonMatchingFilterData()
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/impl/
DDefaultLookupUriGenerator.java27 import org.json.JSONObject;
47 JSONObject lookupJson = new JSONObject(); in generateUri()
52 JSONObject contactRows = new JSONObject(); in generateUri()
53 JSONObject phone = new JSONObject(); in generateUri()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DAggregateReportBodyTest.java32 import org.json.JSONObject;
119 JSONObject sharedInfoJson = aggregateReport.sharedInfoToJson(); in testSharedInfoJsonSerialization()
120 JSONObject aggregateJson = aggregateReport.toJson(AggregateCryptoFixture.getKey()); in testSharedInfoJsonSerialization()
135 JSONObject sharedInfoJson = aggregateReport.sharedInfoToJson(); in testJsonSerializationWithNullDebugKeys()
136 JSONObject aggregateJson = aggregateReport.toJson(AggregateCryptoFixture.getKey()); in testJsonSerializationWithNullDebugKeys()
152 JSONObject sharedInfoJson = aggregateReport.sharedInfoToJson(); in testJsonSerializationWithSingleSourceDebugKeys()
153 JSONObject aggregateJson = aggregateReport.toJson(AggregateCryptoFixture.getKey()); in testJsonSerializationWithSingleSourceDebugKeys()
169 JSONObject sharedInfoJson = aggregateReport.sharedInfoToJson(); in testJsonSerializationWithSingleTriggerDebugKeys()
170 JSONObject aggregateJson = aggregateReport.toJson(AggregateCryptoFixture.getKey()); in testJsonSerializationWithSingleTriggerDebugKeys()
190 JSONObject aggregateServicePayloads = aggregationServicePayloadsJson.getJSONObject(0); in testAggregationServicePayloadsJsonSerialization()
[all …]

123456789