Home
last modified time | relevance | path

Searched refs:mDedupKey (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAttributedTrigger.java34 private final UnsignedLong mDedupKey; field in AttributedTrigger
51 && Objects.equals(mDedupKey, t.mDedupKey) in equals()
64 mDedupKey, in hashCode()
93 mDedupKey = new UnsignedLong( in AttributedTrigger()
96 mDedupKey = null; in AttributedTrigger()
116 mDedupKey = dedupKey; in AttributedTrigger()
139 mDedupKey = dedupKey; in AttributedTrigger()
165 return mDedupKey; in getDedupKey()
202 json.put(JsonKeys.DEDUP_KEY, mDedupKey.toString()); in encodeToJson()
221 if (mDedupKey != null) { in encodeToJsonFlexApi()
[all …]
DEventTrigger.java34 private UnsignedLong mDedupKey; field in EventTrigger
52 && Objects.equals(mDedupKey, eventTrigger.mDedupKey) in equals()
63 mDedupKey, in hashCode()
85 return mDedupKey; in getDedupKey()
122 mBuilding.mDedupKey = dedupKey; in setDedupKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateDeduplicationKey.java31 private Optional<UnsignedLong> mDedupKey; field in AggregateDeduplicationKey
38 mDedupKey = Optional.empty(); in AggregateDeduplicationKey()
49 return Objects.equals(mDedupKey, key.mDedupKey) in equals()
56 return Objects.hash(mDedupKey, mFilterSet, mNotFilterSet); in hashCode()
61 return mDedupKey; in getDeduplicationKey()
83 mBuilding.mDedupKey = Optional.of(dedupKey); in setDeduplicationKey()
DAggregateReport.java67 private UnsignedLong mDedupKey; field in AggregateReport
107 mDedupKey = null; in AggregateReport()
134 && Objects.equals(mDedupKey, aggregateReport.mDedupKey) in equals()
160 mDedupKey, in hashCode()
259 return mDedupKey; in getDedupKey()
461 mAttributionReport.mDedupKey = dedupKey; in setDedupKey()