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.java46 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReportPayload
64 mTriggerDebugKey = other.mTriggerDebugKey; in EventReportPayload()
86 if (mTriggerDebugKey != null) { in toJson()
87 eventPayloadJson.put("trigger_debug_key", mTriggerDebugKey.toString()); in toJson()
179 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
DAggregateReportBody.java48 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReportBody
95 mTriggerDebugKey = other.mTriggerDebugKey; in AggregateReportBody()
114 if (mTriggerDebugKey != null) { in toJson()
115 aggregateBodyJson.put(PayloadBodyKeys.TRIGGER_DEBUG_KEY, mTriggerDebugKey.toString()); in toJson()
173 if (mSourceDebugKey != null && mTriggerDebugKey != null) { in aggregationServicePayloadsToJson()
257 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java64 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReport
106 mTriggerDebugKey = null; in AggregateReport()
131 && Objects.equals(mTriggerDebugKey, aggregateReport.mTriggerDebugKey) in equals()
157 mTriggerDebugKey, in hashCode()
224 return mTriggerDebugKey; in getTriggerDebugKey()
442 mAttributionReport.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
545 mAttributionReport.mTriggerDebugKey = trigger.getDebugKey(); in getNullAggregateReportBuilder()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java58 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReport
113 && Objects.equals(mTriggerDebugKey, eventReport.mTriggerDebugKey) in equals()
138 mTriggerDebugKey, in hashCode()
241 return mTriggerDebugKey; in getTriggerDebugKey()
393 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
473 mBuilding.mTriggerDebugKey = debugKeyPair.second; in populateFromSourceAndTrigger()
475 if (mBuilding.mSourceDebugKey != null && mBuilding.mTriggerDebugKey != null) { in populateFromSourceAndTrigger()