Searched refs:mTriggerDebugKey (Results 1 – 4 of 4) sorted by relevance
45 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReportPayload60 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()
45 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReportBody83 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()
57 @Nullable private UnsignedLong mTriggerDebugKey; field in EventReport108 && 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()
59 @Nullable private UnsignedLong mTriggerDebugKey; field in AggregateReport98 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()