Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportingJobHandlerTest.java138 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()
DDebugReportSenderTest.java47 JSONObject eventReportJson = createDebugReport().toPayloadJson(); in testSendDebugReport()
DDebugReportTest.java87 JSONObject debugReportJson = debugReport.toPayloadJson(); in testDebugReportPayloadJsonSerialization()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReport.java122 public JSONObject toPayloadJson() throws JSONException { in toPayloadJson() method in DebugReport
DDebugReportingJobHandler.java231 debugReportJsonPayload.put(debugReport.toPayloadJson()); in createReportJsonPayload()