Searched refs:toPayloadJson (Results 1 – 5 of 5) sorted by relevance
138 debugReportPayload.put(debugReport.toPayloadJson()); in testSendDebugReportForSuccess()165 debugReportPayload.put(debugReport.toPayloadJson()); in testSendDebugReportForFailure()189 debugReportPayload1.put(debugReport1.toPayloadJson()); in testPerformScheduledReportsForMultipleReports()192 debugReportPayload2.put(debugReport2.toPayloadJson()); in testPerformScheduledReportsForMultipleReports()220 debugReportPayload1.put(debugReport1.toPayloadJson()); in testPerformScheduledReports_ThreadInterrupted()223 debugReportPayload2.put(debugReport2.toPayloadJson()); in testPerformScheduledReports_ThreadInterrupted()255 debugReportPayload1.put(debugReport1.toPayloadJson()); in testPerformScheduledReports_LogZeroRetryCount()294 debugReportPayload1.put(debugReport1.toPayloadJson()); in testPerformScheduledReports_LogReportNotFound()329 doReturn(new JSONArray(Collections.singletonList(debugReport.toPayloadJson()))) in performReport_throwsIOException_logsReportingStatus()433 doReturn(new JSONArray(Collections.singletonList(debugReport.toPayloadJson()))) in performReport_throwsUnknownExceptionDisabledToThrow_logsAndSwallowsException()
47 JSONObject eventReportJson = createDebugReport().toPayloadJson(); in testSendDebugReport()
87 JSONObject debugReportJson = debugReport.toPayloadJson(); in testDebugReportPayloadJsonSerialization()
122 public JSONObject toPayloadJson() throws JSONException { in toPayloadJson() method in DebugReport
231 debugReportJsonPayload.put(debugReport.toPayloadJson()); in createReportJsonPayload()