Searched refs:HINT_HOST_DISABLE_NOTIFICATION_EFFECTS (Results 1 – 5 of 5) sorted by relevance
212 case NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS: in hintsToString()
62 …ic android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS;2078 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {2079 addDisabledHint(info, HINT_HOST_DISABLE_NOTIFICATION_EFFECTS);2118 if ((hints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {3381 | HINT_HOST_DISABLE_NOTIFICATION_EFFECTS4342 if ((mListenerHints & HINT_HOST_DISABLE_NOTIFICATION_EFFECTS) != 0) {
1320 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS); in testListenerHintNotification()1332 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_NOTIFICATION_EFFECTS in testListenerHintBoth()1345 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
41514 field public static final int HINT_HOST_DISABLE_NOTIFICATION_EFFECTS = 2; // 0x2