Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportApi.java165 @Nullable Map<String, String> additionalBodyParams) { in scheduleSourceSuccessDebugReport() argument
178 generateSourceDebugReportBody(source, additionalBodyParams), in scheduleSourceSuccessDebugReport()
568 Source source, @Nullable Map<String, String> additionalBodyParams) { in generateSourceDebugReportBody() argument
575 if (additionalBodyParams != null) { in generateSourceDebugReportBody()
576 for (Map.Entry<String, String> entry : additionalBodyParams.entrySet()) { in generateSourceDebugReportBody()