Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingStatus.java197 } else if (reportType.equals(DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY)) { in setReportType()
DDebugReportApi.java76 String TRIGGER_EVENT_LOW_PRIORITY = "trigger-event-low-priority"; field
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportApiTest.java1573 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_triggerNotOpIn_dontSchedule()
1599 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_sourceNoAdId_dontSchedule()
1632 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_sourceNoArDebug_dontSchedule()
1657 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_success()
1663 assertEquals(Type.TRIGGER_EVENT_LOW_PRIORITY, report.getType()); in testScheduleTriggerEventLowPriorityDebugReport_success()
1692 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_debugFlagDisabled_dontSchedule()
1719 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_triggerFlagDisabled_dontSchedule()
1743 DebugReportApi.Type.TRIGGER_EVENT_LOW_PRIORITY); in testScheduleTriggerEventLowPriorityDebugReport_noTriggerPermission_dontSchedule()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java1287 source, trigger, triggerData, measurementDao, Type.TRIGGER_EVENT_LOW_PRIORITY); in provisionEventReportQuota()