Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java222 case NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS: in hintsToString()
DNotificationManagerService.java76 …ic android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS;
2881 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
2882 addDisabledHint(info, HINT_HOST_DISABLE_NOTIFICATION_EFFECTS);
2921 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
4709 | HINT_HOST_DISABLE_NOTIFICATION_EFFECTS
5768 if ((mListenerHints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBuzzBeepBlinkTest.java1504 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification()
1520 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS in testListenerHintBoth()
1537 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification_callSound()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java187 public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 1 << 1; field in NotificationListenerService
/frameworks/base/core/api/
Dcurrent.txt38618 field public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 2; // 0x2