Home
last modified time | relevance | path

Searched refs:mSourceDebugKey (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DEventReportPayload.java45 @Nullable private UnsignedLong mSourceDebugKey; field in EventReportPayload
63 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()
DAggregateReportBody.java47 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReportBody
94 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()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java57 @Nullable private UnsignedLong mSourceDebugKey; field in EventReport
112 && 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()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java63 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReport
105 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()