Searched refs:mReportingDestinations (Results 1 – 2 of 2) sorted by relevance
/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | ReportEventRequest.java | 57 @ReportingDestination private final int mReportingDestinations; // buyer, seller, or both field in ReportEventRequest 65 builder.mReportingDestinations != UNSET_REPORTING_DESTINATIONS, in ReportEventRequest() 68 isValidDestination(builder.mReportingDestinations), in ReportEventRequest() 79 this.mReportingDestinations = builder.mReportingDestinations; in ReportEventRequest() 145 return mReportingDestinations; in getReportingDestinations() 169 @ReportingDestination private int mReportingDestinations; // buyer, seller, or both field in ReportEventRequest.Builder 195 this.mReportingDestinations = reportingDestinations; in Builder() 259 mReportingDestinations = reportingDestinations; in setReportingDestinations()
|
D | ReportInteractionInput.java | 48 private final int mReportingDestinations; // buyer, seller, or both field in ReportInteractionInput 86 this.mReportingDestinations = reportingDestinations; in ReportInteractionInput() 97 this.mReportingDestinations = in.readInt(); in ReportInteractionInput() 121 dest.writeInt(mReportingDestinations); in writeToParcel() 166 return mReportingDestinations; in getReportingDestinations() 208 private int mReportingDestinations = UNSET_REPORTING_DESTINATIONS; field in ReportInteractionInput.Builder 256 mReportingDestinations = reportingDestinations; in setReportingDestinations() 291 mReportingDestinations != UNSET_REPORTING_DESTINATIONS, in build() 299 mReportingDestinations, in build()
|