Searched refs:HINT_HOST_DISABLE_NOTIFICATION_EFFECTS (Results 1 – 6 of 6) sorted by relevance
213 case NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS: in hintsToString()
62 …ic android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS;2137 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {2138 addDisabledHint(info, HINT_HOST_DISABLE_NOTIFICATION_EFFECTS);2177 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {3456 | HINT_HOST_DISABLE_NOTIFICATION_EFFECTS4452 if ((mListenerHints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
1336 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification()1348 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS in testListenerHintBoth()1361 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification_callSound()
148 public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 1 << 1; field in NotificationListenerService
41954 field public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 2; // 0x2
42098 field public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 2; // 0x2