Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenLog.java189 case NotificationListenerService.HINT_HOST_DISABLE_EFFECTS : return "disable_effects"; in hintsToString()
DNotificationManagerService.java47 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_EFFECTS;
1374 if ((hints & HINT_HOST_DISABLE_EFFECTS) != 0) { in addDisabledHints()
1375 addDisabledHint(info, HINT_HOST_DISABLE_EFFECTS); in addDisabledHints()
1414 if ((hints & HINT_HOST_DISABLE_EFFECTS) != 0) { in calculateSuppressedEffects()
2254 final int disableEffectsMask = HINT_HOST_DISABLE_EFFECTS
2884 if ((mListenerHints & HINT_HOST_DISABLE_EFFECTS) != 0) { in disableNotificationEffects()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java131 public static final int HINT_HOST_DISABLE_EFFECTS = 1; field in NotificationListenerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27063 field public static final int HINT_HOST_DISABLE_EFFECTS = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt37218 field public static final int HINT_HOST_DISABLE_EFFECTS = 1; // 0x1
Dsystem-current.txt40319 field public static final int HINT_HOST_DISABLE_EFFECTS = 1; // 0x1