Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java83 public static final int HINT_HOST_DISABLE_EFFECTS = 1; field in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java19 import static android.service.notification.NotificationListenerService.HINT_HOST_DISABLE_EFFECTS;
1024 final int hints = mListenersDisablingEffects.isEmpty() ? 0 : HINT_HOST_DISABLE_EFFECTS; in updateListenerHintsLocked()
1416 final boolean disableEffects = (hints & HINT_HOST_DISABLE_EFFECTS) != 0;
1588 if ((mListenerHints & HINT_HOST_DISABLE_EFFECTS) != 0) { in disableNotificationEffects()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt953 …DOC BLOCK: android.service.notification.NotificationListenerService Field HINT_HOST_DISABLE_EFFECTS
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt1507 …DOC BLOCK: android.service.notification.NotificationListenerService Field HINT_HOST_DISABLE_EFFECTS
/frameworks/base/api/
Dsystem-current.txt28700 field public static final int HINT_HOST_DISABLE_EFFECTS = 1; // 0x1
Dcurrent.txt27065 field public static final int HINT_HOST_DISABLE_EFFECTS = 1; // 0x1