Searched refs:debugReportStatus (Results 1 – 3 of 3) sorted by relevance
421 public Builder setDebugReportStatus(@DebugReportStatus int debugReportStatus) { in setDebugReportStatus() argument422 mAttributionReport.mDebugReportStatus = debugReportStatus; in setDebugReportStatus()
366 public Builder setDebugReportStatus(@DebugReportStatus int debugReportStatus) { in setDebugReportStatus() argument367 mBuilding.mDebugReportStatus = debugReportStatus; in setDebugReportStatus()
523 int debugReportStatus = AggregateReport.DebugReportStatus.NONE; in maybeGenerateAggregateReport() local525 debugReportStatus = AggregateReport.DebugReportStatus.PENDING; in maybeGenerateAggregateReport()543 .setDebugReportStatus(debugReportStatus) in maybeGenerateAggregateReport()