Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionResponse.java38 private final long mAdSelectionId; field in AdSelectionResponse
44 mAdSelectionId = adSelectionId; in AdSelectionResponse()
51 mAdSelectionId = in.readLong(); in AdSelectionResponse()
79 return mAdSelectionId; in getAdSelectionId()
86 return mAdSelectionId == adSelectionResponse.mAdSelectionId in equals()
94 return Objects.hash(mAdSelectionId, mRenderUri); in hashCode()
106 dest.writeLong(mAdSelectionId); in writeToParcel()
114 + mAdSelectionId in toString()
126 private long mAdSelectionId = UNSET_AD_SELECTION_ID; field in AdSelectionResponse.Builder
134 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
[all …]
DPersistAdSelectionResultResponse.java38 private final long mAdSelectionId; field in PersistAdSelectionResultResponse
59 this.mAdSelectionId = adSelectionId; in PersistAdSelectionResultResponse()
66 this.mAdSelectionId = in.readLong(); in PersistAdSelectionResultResponse()
74 return mAdSelectionId == response.mAdSelectionId in equals()
82 return Objects.hash(mAdSelectionId, mAdRenderUri); in hashCode()
92 return mAdSelectionId; in getAdSelectionId()
105 dest.writeLong(mAdSelectionId); in writeToParcel()
115 private long mAdSelectionId; field in PersistAdSelectionResultResponse.Builder
123 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
146 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
[all …]
DAdSelectionOutcome.java52 private final long mAdSelectionId; field in AdSelectionOutcome
56 mAdSelectionId = UNSET_AD_SELECTION_ID; in AdSelectionOutcome()
63 mAdSelectionId = adSelectionId; in AdSelectionOutcome()
76 return mAdSelectionId; in getAdSelectionId()
91 return mAdSelectionId == adSelectionOutcome.mAdSelectionId in equals()
99 return Objects.hash(mAdSelectionId, mRenderUri); in hashCode()
106 private long mAdSelectionId = UNSET_AD_SELECTION_ID; field in AdSelectionOutcome.Builder
114 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
138 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
140 return new AdSelectionOutcome(mAdSelectionId, mRenderUri); in build()
DGetAdSelectionDataResponse.java41 private final long mAdSelectionId; field in GetAdSelectionDataResponse
62 this.mAdSelectionId = adSelectionId; in GetAdSelectionDataResponse()
70 this.mAdSelectionId = in.readLong(); in GetAdSelectionDataResponse()
81 return mAdSelectionId == response.mAdSelectionId in equals()
91 mAdSelectionId, Arrays.hashCode(mAdSelectionData), mAssetFileDescriptor); in hashCode()
101 return mAdSelectionId; in getAdSelectionId()
127 dest.writeLong(mAdSelectionId); in writeToParcel()
141 private long mAdSelectionId; field in GetAdSelectionDataResponse.Builder
150 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
182 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
[all …]
DUpdateAdCounterHistogramRequest.java56 private final long mAdSelectionId; field in UpdateAdCounterHistogramRequest
63 mAdSelectionId = builder.mAdSelectionId; in UpdateAdCounterHistogramRequest()
80 return mAdSelectionId; in getAdSelectionId()
119 return mAdSelectionId == that.mAdSelectionId in equals()
127 return Objects.hash(mAdSelectionId, mAdEventType, mCallerAdTech); in hashCode()
134 + mAdSelectionId in toString()
144 private long mAdSelectionId; field in UpdateAdCounterHistogramRequest.Builder
160 mAdSelectionId = adSelectionId; in Builder()
174 mAdSelectionId = adSelectionId; in setAdSelectionId()
DUpdateAdCounterHistogramInput.java49 private final long mAdSelectionId; field in UpdateAdCounterHistogramInput
73 mAdSelectionId = builder.mAdSelectionId; in UpdateAdCounterHistogramInput()
82 mAdSelectionId = in.readLong(); in UpdateAdCounterHistogramInput()
98 return mAdSelectionId; in getAdSelectionId()
140 dest.writeLong(mAdSelectionId); in writeToParcel()
161 return mAdSelectionId == that.mAdSelectionId in equals()
170 return Objects.hash(mAdSelectionId, mAdEventType, mCallerAdTech, mCallerPackageName); in hashCode()
177 + mAdSelectionId in toString()
190 private long mAdSelectionId; field in UpdateAdCounterHistogramInput.Builder
211 mAdSelectionId = adSelectionId; in Builder()
[all …]
DPersistAdSelectionResultInput.java40 private final long mAdSelectionId; field in PersistAdSelectionResultInput
64 this.mAdSelectionId = adSelectionId; in PersistAdSelectionResultInput()
73 this.mAdSelectionId = in.readLong(); in PersistAdSelectionResultInput()
85 return mAdSelectionId == obj.mAdSelectionId in equals()
96 mAdSelectionId, mSeller, Arrays.hashCode(mAdSelectionResult), mCallerPackageName); in hashCode()
108 dest.writeLong(mAdSelectionId); in writeToParcel()
121 return mAdSelectionId; in getAdSelectionId()
158 private long mAdSelectionId; field in PersistAdSelectionResultInput.Builder
168 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
212 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
[all …]
DPersistAdSelectionResultRequest.java41 private final long mAdSelectionId; field in PersistAdSelectionResultRequest
49 this.mAdSelectionId = adSelectionId; in PersistAdSelectionResultRequest()
60 return mAdSelectionId; in getAdSelectionId()
71 return mAdSelectionId; in getAdSelectionDataId()
96 private long mAdSelectionId; field in PersistAdSelectionResultRequest.Builder
109 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
119 this.mAdSelectionId = adSelectionDataId; in setAdSelectionDataId()
152 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
154 return new PersistAdSelectionResultRequest(mAdSelectionId, mSeller, mAdSelectionResult); in build()
DGetAdSelectionDataOutcome.java34 private final long mAdSelectionId; field in GetAdSelectionDataOutcome
38 this.mAdSelectionId = adSelectionId; in GetAdSelectionDataOutcome()
48 return mAdSelectionId; in getAdSelectionId()
55 return mAdSelectionId; in getAdSelectionDataId()
74 private long mAdSelectionId; field in GetAdSelectionDataOutcome.Builder
82 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
106 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
108 return new GetAdSelectionDataOutcome(mAdSelectionId, mAdSelectionData); in build()
DReportImpressionInput.java37 private final long mAdSelectionId; field in ReportImpressionInput
59 this.mAdSelectionId = adSelectionId; in ReportImpressionInput()
67 this.mAdSelectionId = in.readLong(); in ReportImpressionInput()
81 dest.writeLong(mAdSelectionId); in writeToParcel()
91 return mAdSelectionId; in getAdSelectionId()
115 private long mAdSelectionId = UNSET_AD_SELECTION_ID; field in ReportImpressionInput.Builder
124 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
155 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
158 mAdSelectionId, mAdSelectionConfig, mCallerPackageName); in build()
DReportEventRequest.java53 private final long mAdSelectionId; field in ReportEventRequest
63 builder.mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in ReportEventRequest()
75 this.mAdSelectionId = builder.mAdSelectionId; in ReportEventRequest()
86 return mAdSelectionId; in getAdSelectionId()
165 private long mAdSelectionId; field in ReportEventRequest.Builder
192 this.mAdSelectionId = adSelectionId; in Builder()
207 mAdSelectionId = adSelectionId; in setAdSelectionId()
DReportInteractionInput.java44 private final long mAdSelectionId; field in ReportInteractionInput
82 this.mAdSelectionId = adSelectionId; in ReportInteractionInput()
93 this.mAdSelectionId = in.readLong(); in ReportInteractionInput()
117 dest.writeLong(mAdSelectionId); in writeToParcel()
133 return mAdSelectionId; in getAdSelectionId()
203 private long mAdSelectionId = UNSET_AD_SELECTION_ID; field in ReportInteractionInput.Builder
217 mAdSelectionId = adSelectionId; in setAdSelectionId()
289 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build()
295 mAdSelectionId, in build()
DReportImpressionRequest.java34 private final long mAdSelectionId; field in ReportImpressionRequest
55 mAdSelectionId = adSelectionId; in ReportImpressionRequest()
75 mAdSelectionId = adSelectionId; in ReportImpressionRequest()
81 return mAdSelectionId; in getAdSelectionId()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBAdSelectionEntry.java41 private final long mAdSelectionId; field in DBAdSelectionEntry
84 this.mAdSelectionId = adSelectionId; in DBAdSelectionEntry()
100 return mAdSelectionId == adSelectionEntry.mAdSelectionId in equals()
118 mAdSelectionId, in hashCode()
133 return mAdSelectionId; in getAdSelectionId()
200 + mAdSelectionId in toString()
225 private long mAdSelectionId = UNSET; field in DBAdSelectionEntry.Builder
242 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
325 mAdSelectionId != UNSET, "Ad selection Id should not be zero."); in build()
338 mAdSelectionId, in build()
DDBAdSelection.java48 private final long mAdSelectionId; field in DBAdSelection
103 this.mAdSelectionId = adSelectionId; in DBAdSelection()
121 return mAdSelectionId == adSelection.mAdSelectionId in equals()
140 mAdSelectionId, in hashCode()
157 return mAdSelectionId; in getAdSelectionId()
240 private long mAdSelectionId = UNSET_AD_SELECTION_ID; field in DBAdSelection.Builder
258 this.mAdSelectionId = adSelectionId; in setAdSelectionId()
357 mAdSelectionId != UNSET_AD_SELECTION_ID, "Ad selection Id should not be zero."); in build()
368 mAdSelectionId, in build()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DImpressionReporterLegacy.java523 ctx.mAdSelectionId = adSelectionId; in computeReportingUris()
711 long mAdSelectionId;
777 ctx.mAdSelectionId,
815 ctx.mAdSelectionId,
DImpressionReporter.java361 ctx.mAdSelectionId = adSelectionId; in computeReportingUris()
688 long mAdSelectionId;
755 ctx.mAdSelectionId,
792 ctx.mAdSelectionId,