Home
last modified time | relevance | path

Searched refs:HINT_HOST_DISABLE_NOTIFICATION_EFFECTS (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenLog.java257 case NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS: in hintsToString()
H A DNotificationManagerService.java86 …ic android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS;
2996 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
2997 addDisabledHint(info, HINT_HOST_DISABLE_NOTIFICATION_EFFECTS);
3036 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
4985 | HINT_HOST_DISABLE_NOTIFICATION_EFFECTS
6169 if ((mListenerHints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBuzzBeepBlinkTest.java1530 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification()
1546 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS in testListenerHintBoth()
1563 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification_callSound()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java199 public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 1 << 1; field in NotificationListenerService
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40937 field public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 2; // 0x2