/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionResponse.java | 39 private final long mAdSelectionId; field in AdSelectionResponse 46 mAdSelectionId = adSelectionId; in AdSelectionResponse() 54 mAdSelectionId = in.readLong(); in AdSelectionResponse() 81 return mAdSelectionId; in getAdSelectionId() 93 return mAdSelectionId == adSelectionResponse.mAdSelectionId in equals() 102 return Objects.hash(mAdSelectionId, mRenderUri, mWinningSeller); in hashCode() 116 dest.writeLong(mAdSelectionId); in writeToParcel() 125 + mAdSelectionId in toString() 139 private long mAdSelectionId; field in AdSelectionResponse.Builder 144 mAdSelectionId = UNSET_AD_SELECTION_ID; in Builder() [all …]
|
D | GetAdSelectionDataResponse.java | 41 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 …]
|
D | UpdateAdCounterHistogramRequest.java | 56 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()
|
D | UpdateAdCounterHistogramInput.java | 49 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 …]
|
D | PersistAdSelectionResultResponse.java | 40 private final long mAdSelectionId; field in PersistAdSelectionResultResponse 67 this.mAdSelectionId = adSelectionId; in PersistAdSelectionResultResponse() 76 this.mAdSelectionId = in.readLong(); in PersistAdSelectionResultResponse() 87 return mAdSelectionId == response.mAdSelectionId in equals() 97 return Objects.hash(mAdSelectionId, mAdRenderUri, mWinningSeller, mComponentAdUris); in hashCode() 107 return mAdSelectionId; in getAdSelectionId() 131 dest.writeLong(mAdSelectionId); in writeToParcel() 143 private long mAdSelectionId; field in PersistAdSelectionResultResponse.Builder 154 this.mAdSelectionId = adSelectionId; in setAdSelectionId() 193 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build() [all …]
|
D | PersistAdSelectionResultInput.java | 40 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 …]
|
D | AdSelectionOutcome.java | 56 private final long mAdSelectionId; field in AdSelectionOutcome 62 mAdSelectionId = UNSET_AD_SELECTION_ID; in AdSelectionOutcome() 73 mAdSelectionId = adSelectionId; in AdSelectionOutcome() 89 return mAdSelectionId; in getAdSelectionId() 129 return mAdSelectionId == adSelectionOutcome.mAdSelectionId in equals() 139 return Objects.hash(mAdSelectionId, mRenderUri, mWinningSeller, mComponentAdUris); in hashCode() 146 private long mAdSelectionId = UNSET_AD_SELECTION_ID; field in AdSelectionOutcome.Builder 158 this.mAdSelectionId = adSelectionId; in setAdSelectionId() 207 mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in build() 210 mAdSelectionId, mRenderUri, mWinningSeller, mComponentAdUris); in build()
|
D | PersistAdSelectionResultRequest.java | 41 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()
|
D | GetAdSelectionDataOutcome.java | 35 private final long mAdSelectionId; field in GetAdSelectionDataOutcome 39 this.mAdSelectionId = adSelectionId; in GetAdSelectionDataOutcome() 49 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()
|
D | ReportImpressionInput.java | 37 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()
|
D | ReportEventRequest.java | 62 private final long mAdSelectionId; field in ReportEventRequest 74 builder.mAdSelectionId != UNSET_AD_SELECTION_ID, UNSET_AD_SELECTION_ID_MESSAGE); in ReportEventRequest() 86 this.mAdSelectionId = builder.mAdSelectionId; in ReportEventRequest() 97 return mAdSelectionId; in getAdSelectionId() 186 private long mAdSelectionId; field in ReportEventRequest.Builder 213 this.mAdSelectionId = adSelectionId; in Builder() 228 mAdSelectionId = adSelectionId; in setAdSelectionId()
|
D | ReportInteractionInput.java | 44 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()
|
D | ReportImpressionRequest.java | 34 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/ |
D | DBAdSelectionEntry.java | 41 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()
|
D | DBAdSelection.java | 48 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/ |
D | ImpressionReporterLegacy.java | 529 ctx.mAdSelectionId = adSelectionId; in computeReportingUris() 717 long mAdSelectionId; 783 ctx.mAdSelectionId, 821 ctx.mAdSelectionId,
|
D | ImpressionReporter.java | 412 ctx.mAdSelectionId = adSelectionId; in computeReportingUris() 839 long mAdSelectionId; 944 ctx.mAdSelectionId, 981 ctx.mAdSelectionId,
|