Searched refs:DebugReportPayloadKeys (Results 1 – 1 of 1) sorted by relevance
152 interface DebugReportPayloadKeys { interface in E2ETest714 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()