Searched refs:mSourceDebugKey (Results 1 – 4 of 4) sorted by relevance
45 @Nullable private UnsignedLong mSourceDebugKey; field in EventReportPayload63 mSourceDebugKey = other.mSourceDebugKey; in EventReportPayload()83 if (mSourceDebugKey != null) { in toJson()84 eventPayloadJson.put("source_debug_key", mSourceDebugKey.toString()); in toJson()173 mBuilding.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()
47 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReportBody94 mSourceDebugKey = other.mSourceDebugKey; in AggregateReportBody()111 if (mSourceDebugKey != null) { in toJson()112 aggregateBodyJson.put(PayloadBodyKeys.SOURCE_DEBUG_KEY, mSourceDebugKey.toString()); in toJson()173 if (mSourceDebugKey != null && mTriggerDebugKey != null) { in aggregationServicePayloadsToJson()251 mBuilding.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()
57 @Nullable private UnsignedLong mSourceDebugKey; field in EventReport112 && Objects.equals(mSourceDebugKey, eventReport.mSourceDebugKey) in equals()137 mSourceDebugKey, in hashCode()235 return mSourceDebugKey; in getSourceDebugKey()387 mBuilding.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()472 mBuilding.mSourceDebugKey = debugKeyPair.first; in populateFromSourceAndTrigger()475 if (mBuilding.mSourceDebugKey != null && mBuilding.mTriggerDebugKey != null) { in populateFromSourceAndTrigger()510 mBuilding.mSourceDebugKey = sourceDebugKey; in getForFlex()513 if (mBuilding.mSourceDebugKey != null && debugKeys.size() > 0) { in getForFlex()
63 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReport105 mSourceDebugKey = null; in AggregateReport()130 && Objects.equals(mSourceDebugKey, aggregateReport.mSourceDebugKey) in equals()156 mSourceDebugKey, in hashCode()218 return mSourceDebugKey; in getSourceDebugKey()436 mAttributionReport.mSourceDebugKey = sourceDebugKey; in setSourceDebugKey()526 mAttributionReport.mSourceDebugKey = null; in getNullAggregateReportBuilder()