Home
last modified time | relevance | path

Searched refs:NOTIFICATION_AVALANCHE_TRIGGER_INTENTS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java108 static final Set<String> NOTIFICATION_AVALANCHE_TRIGGER_INTENTS = Set.of( field in NotificationAttentionHelper
293 for (String avalancheIntent : NOTIFICATION_AVALANCHE_TRIGGER_INTENTS) { in registerBroadcastListeners()
1618 if (NOTIFICATION_AVALANCHE_TRIGGER_INTENTS.contains(action)) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java2717 : NotificationAttentionHelper.NOTIFICATION_AVALANCHE_TRIGGER_INTENTS) { in testAvalancheStrategyTriggers()
2745 : NotificationAttentionHelper.NOTIFICATION_AVALANCHE_TRIGGER_INTENTS) { in testAvalancheStrategyTriggers_disabledExtras()