Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportPayload.java45 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReportPayload
60 mTriggerDebugKey = other.mTriggerDebugKey; in EventReportPayload()
80 if (mTriggerDebugKey != null) { in toJson()
81 eventPayloadJson.put("trigger_debug_key", mTriggerDebugKey.toString()); in toJson()
163 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
DAggregateReportBody.java45 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReportBody
83 mTriggerDebugKey = other.mTriggerDebugKey; in AggregateReportBody()
99 if (mTriggerDebugKey != null) { in toJson()
100 aggregateBodyJson.put(PayloadBodyKeys.TRIGGER_DEBUG_KEY, mTriggerDebugKey.toString()); in toJson()
138 if (mSourceDebugKey != null || mTriggerDebugKey != null) { in aggregationServicePayloadsToJson()
222 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java57 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReport
108 && Objects.equals(mTriggerDebugKey, eventReport.mTriggerDebugKey) in equals()
130 mTriggerDebugKey, in hashCode()
230 return mTriggerDebugKey; in getTriggerDebugKey()
361 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
410 mBuilding.mTriggerDebugKey = debugKeyPair.second; in populateFromSourceAndTrigger()
413 mBuilding.mSourceDebugKey, mBuilding.mTriggerDebugKey)) { in populateFromSourceAndTrigger()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java59 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReport
98 mTriggerDebugKey = null; in AggregateReport()
121 && Objects.equals(mTriggerDebugKey, aggregateReport.mTriggerDebugKey) in equals()
142 mTriggerDebugKey, in hashCode()
207 return mTriggerDebugKey; in getTriggerDebugKey()
409 mAttributionReport.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()