Searched refs:PAYLOAD_KEY (Results 1 – 3 of 3) sorted by relevance
224 String PAYLOAD_KEY = "payload"; field543 JSONObject payload = obj.optJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in hashForEventReportObject()624 JSONObject expectedPayload = expected.getJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in areEqualEventReportJsons()625 JSONObject actualPayload = actual.getJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in areEqualEventReportJsons()665 JSONObject payload1 = expected.getJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in areEqualAggregateReportJsons()666 JSONObject payload2 = actual.getJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in areEqualAggregateReportJsons()706 JSONArray payloads1 = expected.getJSONArray(TestFormatJsonMapping.PAYLOAD_KEY); in areEqualDebugReportJsons()707 JSONArray payloads2 = actual.getJSONArray(TestFormatJsonMapping.PAYLOAD_KEY); in areEqualDebugReportJsons()780 JSONObject payload = obj.optJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in sourceRegistrationTimeFrom()926 JSONObject payload1 = obj1.optJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in prettifyObjs()[all …]
159 JSONObject payload = reportObject.optJSONObject(TestFormatJsonMapping.PAYLOAD_KEY); in getExpectedTriggerDataDistributions()
557 map.put(TestFormatJsonMapping.PAYLOAD_KEY, payloads.get(i)); in getActualEventReportObjects()572 map.put(TestFormatJsonMapping.PAYLOAD_KEY, payloads.get(i)); in getActualDebugReportObjects()623 TestFormatJsonMapping.PAYLOAD_KEY, in getActualAggregateReportObjects()