Searched refs:HINT_HOST_DISABLE_CALL_EFFECTS (Results 1 – 5 of 5) sorted by relevance
210 case NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS: in hintsToString()
60 …ort static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS;2082 if ((hints & HINT_HOST_DISABLE_CALL_EFFECTS) != 0) {2083 addDisabledHint(info, HINT_HOST_DISABLE_CALL_EFFECTS);2122 if ((hints & HINT_HOST_DISABLE_CALL_EFFECTS) != 0) {3382 | HINT_HOST_DISABLE_CALL_EFFECTS;4348 if ((mListenerHints & HINT_HOST_DISABLE_CALL_EFFECTS) != 0) {
1298 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS); in testListenerHintCall()1309 mService.setHints(NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS); in testListenerHintCall_notificationSound()1333 | NotificationListenerService.HINT_HOST_DISABLE_CALL_EFFECTS); in testListenerHintBoth()
153 public static final int HINT_HOST_DISABLE_CALL_EFFECTS = 1 << 2; field in NotificationListenerService
41512 field public static final int HINT_HOST_DISABLE_CALL_EFFECTS = 4; // 0x4