Home
last modified time | relevance | path

Searched refs:triggerDebugKey (Results 1 – 8 of 8) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugKeyAccessor.java104 UnsignedLong triggerDebugKey = null; in getDebugKeys() local
115 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
125 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
132 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
151 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
173 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
186 triggerDebugKey = trigger.getDebugKey(); in getDebugKeys()
210 return new Pair<>(sourceDebugKey, triggerDebugKey); in getDebugKeys()
236 UnsignedLong triggerDebugKey = null; in getDebugKeysForVerboseTriggerDebugReport() local
247 triggerDebugKey = trigger.getDebugKey(); in getDebugKeysForVerboseTriggerDebugReport()
[all …]
DEventReportPayload.java178 public @NonNull Builder setTriggerDebugKey(@Nullable UnsignedLong triggerDebugKey) { in setTriggerDebugKey() argument
179 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
DAggregateReportBody.java256 public @NonNull Builder setTriggerDebugKey(@Nullable UnsignedLong triggerDebugKey) { in setTriggerDebugKey() argument
257 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DEventReportPayloadTest.java68 UnsignedLong triggerDebugKey) { in createEventReportPayload() argument
72 triggerDebugKey, in createEventReportPayload()
80 UnsignedLong triggerDebugKey, in createEventReportPayload() argument
85 triggerDebugKey, in createEventReportPayload()
93 UnsignedLong triggerDebugKey, in createEventReportPayloadBuilder() argument
105 .setTriggerDebugKey(triggerDebugKey) in createEventReportPayloadBuilder()
112 UnsignedLong triggerDebugKey, in createEventReportPayload() argument
118 triggerDebugKey, in createEventReportPayload()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java441 public Builder setTriggerDebugKey(UnsignedLong triggerDebugKey) { in setTriggerDebugKey() argument
442 mAttributionReport.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DEventReport.java392 public Builder setTriggerDebugKey(UnsignedLong triggerDebugKey) { in setTriggerDebugKey() argument
393 mBuilding.mTriggerDebugKey = triggerDebugKey; in setTriggerDebugKey()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2EMockTest.java645 String triggerDebugKey = data.optString(AggregateReportPayloadKeys.TRIGGER_DEBUG_KEY); in getActualAggregatablePayloadForTest() local
668 if (!triggerDebugKey.isEmpty()) { in getActualAggregatablePayloadForTest()
669 aggregateJson.put(AggregateReportPayloadKeys.TRIGGER_DEBUG_KEY, triggerDebugKey); in getActualAggregatablePayloadForTest()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java521 UnsignedLong triggerDebugKey = debugKeyPair.second; in maybeGenerateAggregateReport() local
524 if (sourceDebugKey != null && triggerDebugKey != null) { in maybeGenerateAggregateReport()
546 .setTriggerDebugKey(triggerDebugKey) in maybeGenerateAggregateReport()