Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingStatus.java176 } else if (reportType.equals(DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS)) { in setReportType()
DDebugReportApi.java66 String TRIGGER_AGGREGATE_NO_CONTRIBUTIONS = "trigger-aggregate-no-contributions"; field
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java3321 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_triggerNotOpIn_dontSchedule()
3347 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_sourceNoAdId_dontSchedule()
3380 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_sourceNoArDebug_dontSchedule()
3405 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_success()
3433 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_debugFlagDisabled_dontSchedule()
3461 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_triggerFlagDisabled_dontSchedule()
3484 DebugReportApi.Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in testScheduleTriggerAggregateNoContributionDebugReport_noTriggerPermission_dontSchedule()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java497 Type.TRIGGER_AGGREGATE_NO_CONTRIBUTIONS); in maybeGenerateAggregateReport()