Searched refs:additionalBodyParams (Results 1 – 1 of 1) sorted by relevance
165 @Nullable Map<String, String> additionalBodyParams) { in scheduleSourceSuccessDebugReport() argument178 generateSourceDebugReportBody(source, additionalBodyParams), in scheduleSourceSuccessDebugReport()568 Source source, @Nullable Map<String, String> additionalBodyParams) { in generateSourceDebugReportBody() argument575 if (additionalBodyParams != null) { in generateSourceDebugReportBody()576 for (Map.Entry<String, String> entry : additionalBodyParams.entrySet()) { in generateSourceDebugReportBody()