Searched refs:reportingDestinations (Results 1 – 2 of 2) sorted by relevance
156 private static boolean isValidDestination(@ReportingDestination int reportingDestinations) { in isValidDestination() argument157 return 0 < reportingDestinations in isValidDestination()158 && reportingDestinations in isValidDestination()175 @ReportingDestination int reportingDestinations) { in Builder() argument182 reportingDestinations != UNSET_REPORTING_DESTINATIONS, in Builder()185 isValidDestination(reportingDestinations), in Builder()195 this.mReportingDestinations = reportingDestinations; in Builder()254 public Builder setReportingDestinations(@ReportingDestination int reportingDestinations) { in setReportingDestinations() argument256 isValidDestination(reportingDestinations), in setReportingDestinations()259 mReportingDestinations = reportingDestinations; in setReportingDestinations()
74 int reportingDestinations, in ReportInteractionInput() argument86 this.mReportingDestinations = reportingDestinations; in ReportInteractionInput()251 public ReportInteractionInput.Builder setReportingDestinations(int reportingDestinations) { in setReportingDestinations() argument253 reportingDestinations != UNSET_REPORTING_DESTINATIONS, in setReportingDestinations()256 mReportingDestinations = reportingDestinations; in setReportingDestinations()