Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java178 generateSourceDebugReportBody(source, additionalBodyParams), in scheduleSourceSuccessDebugReport()
216 generateSourceDebugReportBody(source, additionalDebugReportParams), in scheduleSourceNoisedDebugReport()
239 generateSourceDebugReportBody(source, Map.of(Body.LIMIT, String.valueOf(limit))), in scheduleSourceStorageLimitDebugReport()
263 generateSourceDebugReportBody(source, null), in scheduleSourceFlexibleEventReportApiDebugReport()
285 generateSourceDebugReportBody(source, null), in scheduleSourceUnknownErrorDebugReport()
567 private JSONObject generateSourceDebugReportBody( in generateSourceDebugReportBody() method in DebugReportApi