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.java44 @Nullable private UnsignedLong mSourceDebugKey; field in EventReportPayload
59 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()
DAggregateReportBody.java44 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReportBody
82 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()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java56 @Nullable private UnsignedLong mSourceDebugKey; field in EventReport
107 && 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()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java58 @Nullable private UnsignedLong mSourceDebugKey; field in AggregateReport
97 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()