Home
last modified time | relevance | path

Searched refs:triggerContextId (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportBody.java274 public Builder setTriggerContextId(@Nullable String triggerContextId) { in setTriggerContextId() argument
275 mBuilding.mTriggerContextId = triggerContextId; in setTriggerContextId()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateReport.java485 public Builder setTriggerContextId(@Nullable String triggerContextId) { in setTriggerContextId() argument
486 mAttributionReport.mTriggerContextId = triggerContextId; in setTriggerContextId()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DTrigger.java786 public Builder setTriggerContextId(@Nullable String triggerContextId) { in setTriggerContextId() argument
787 mBuilding.mTriggerContextId = triggerContextId; in setTriggerContextId()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java7670 String triggerContextId, in testNullAggregateReport_noSource() argument
7676 getTriggerBuilderForNullAggReports(sourceRegistrationTimeConfig, triggerContextId) in testNullAggregateReport_noSource()
7704 String triggerContextId, in testNullAggregateReports_topLevelFiltersDontMatch() argument
7710 getTriggerBuilderForNullAggReports(sourceRegistrationTimeConfig, triggerContextId) in testNullAggregateReports_topLevelFiltersDontMatch()
7760 String triggerContextId, in testNullAggregateReports_triggerTimePastAggReportWindow() argument
7766 getTriggerBuilderForNullAggReports(sourceRegistrationTimeConfig, triggerContextId) in testNullAggregateReports_triggerTimePastAggReportWindow()
7800 String triggerContextId, in testNullAggregateReports_numReportsPerDestExceedsMax() argument
7806 getTriggerBuilderForNullAggReports(sourceRegistrationTimeConfig, triggerContextId) in testNullAggregateReports_numReportsPerDestExceedsMax()
7845 String triggerContextId, in testNullAggregateReports_triggerAggDeduped() argument
7851 getTriggerBuilderForNullAggReports(sourceRegistrationTimeConfig, triggerContextId) in testNullAggregateReports_triggerAggDeduped()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/registration/
DAsyncTriggerFetcherTest.java3731 String triggerContextId = "a".repeat(MEASUREMENT_MAX_LENGTH_OF_TRIGGER_CONTEXT_ID + 1); in basicTriggerRequest_triggerContextIdExceedsMaxLength_fails() local
3745 + triggerContextId in basicTriggerRequest_triggerContextIdExceedsMaxLength_fails()
3768 String triggerContextId = "test_context_id"; in basicTriggerRequest_triggerContextIdSet_succeeds() local
3782 + triggerContextId in basicTriggerRequest_triggerContextIdSet_succeeds()
3800 assertEquals(triggerContextId, result.getTriggerContextId()); in basicTriggerRequest_triggerContextIdSet_succeeds()
3808 String triggerContextId = "test_context_id"; in basicTriggerRequest_triggerContextIdSet_defaultSourceRegistrationTimeConfig_succeeds() local
3822 + triggerContextId in basicTriggerRequest_triggerContextIdSet_defaultSourceRegistrationTimeConfig_succeeds()
3836 assertEquals(triggerContextId, result.getTriggerContextId()); in basicTriggerRequest_triggerContextIdSet_defaultSourceRegistrationTimeConfig_succeeds()