Searched refs:mTriggerDebugKey (Results 1 – 4 of 4) sorted by relevance
46 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReportPayload64 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()
48 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReportBody95 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()
64 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReport106 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()
58 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReport113 && 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()