Home
last modified time | relevance | path

Searched refs:DebugReportPayloadKeys (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java152 interface DebugReportPayloadKeys { interface in E2ETest
714 String type = payload1.optString(DebugReportPayloadKeys.TYPE, ""); in areEqualDebugReportJsons()
718 if (type.equals(payload2.optString(DebugReportPayloadKeys.TYPE, ""))) { in areEqualDebugReportJsons()
720 JSONObject body1 = payload1.getJSONObject(DebugReportPayloadKeys.BODY); in areEqualDebugReportJsons()
721 JSONObject body2 = payload2.getJSONObject(DebugReportPayloadKeys.BODY); in areEqualDebugReportJsons()
729 for (String key : DebugReportPayloadKeys.BODY_KEYS) { in areEqualDebugReportJsons()