/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/ |
D | AdSelectionResponse.java | 38 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 …]
|
D | PersistAdSelectionResultResponse.java | 38 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 …]
|
D | AdSelectionOutcome.java | 52 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()
|
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 | 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 | 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 | 34 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()
|
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 | 53 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()
|
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 | 523 ctx.mAdSelectionId = adSelectionId; in computeReportingUris() 711 long mAdSelectionId; 777 ctx.mAdSelectionId, 815 ctx.mAdSelectionId,
|
D | ImpressionReporter.java | 361 ctx.mAdSelectionId = adSelectionId; in computeReportingUris() 688 long mAdSelectionId; 755 ctx.mAdSelectionId, 792 ctx.mAdSelectionId,
|