Searched refs:mSourceDebugKey (Results 1 – 4 of 4) sorted by relevance
44 @Nullable private UnsignedLong mSourceDebugKey; field in EventReportPayload59 mSourceDebugKey = other.mSourceDebugKey; in EventReportPayload()77 if (mSourceDebugKey != null) { in toJson()78 eventPayloadJson.put("source_debug_key", mSourceDebugKey.toString()); in toJson()157 mBuilding.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()
44 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReportBody82 mSourceDebugKey = other.mSourceDebugKey; in AggregateReportBody()96 if (mSourceDebugKey != null) { in toJson()97 aggregateBodyJson.put(PayloadBodyKeys.SOURCE_DEBUG_KEY, mSourceDebugKey.toString()); in toJson()138 if (mSourceDebugKey != null || mTriggerDebugKey != null) { in aggregationServicePayloadsToJson()216 mBuilding.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()
56 @Nullable private UnsignedLong mSourceDebugKey; field in EventReport107 && Objects.equals(mSourceDebugKey, eventReport.mSourceDebugKey) in equals()129 mSourceDebugKey, in hashCode()224 return mSourceDebugKey; in getSourceDebugKey()355 mBuilding.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()409 mBuilding.mSourceDebugKey = debugKeyPair.first; in populateFromSourceAndTrigger()413 mBuilding.mSourceDebugKey, mBuilding.mTriggerDebugKey)) { in populateFromSourceAndTrigger()
58 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReport97 mSourceDebugKey = null; in AggregateReport()120 && Objects.equals(mSourceDebugKey, aggregateReport.mSourceDebugKey) in equals()141 mSourceDebugKey, in hashCode()201 return mSourceDebugKey; in getSourceDebugKey()403 mAttributionReport.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()