Home
last modified time | relevance | path

Searched refs:SUPPRESSED_EFFECT_NOTIFICATION_LIST (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeExtractorTest.java20 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
94 | SUPPRESSED_EFFECT_NOTIFICATION_LIST)); in testExtractVisualDisturbancesIntercepted()
99 | NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST, in testExtractVisualDisturbancesIntercepted()
DNotificationManagerServiceTest.java36 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
3186 SUPPRESSED_EFFECT_NOTIFICATION_LIST); in testSetNotificationPolicy_preP_setNewFields()
3240 SUPPRESSED_EFFECT_NOTIFICATION_LIST | SUPPRESSED_EFFECT_AMBIENT in testSetNotificationPolicy_P_setNewFields()
3243 int expected = SUPPRESSED_EFFECT_NOTIFICATION_LIST | SUPPRESSED_EFFECT_SCREEN_OFF in testSetNotificationPolicy_P_setNewFields()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DZenModeControllerImplTest.java84 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in testAreNotificationsHiddenInShade_zenOffShadeSuppressed()
105 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST); in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
/frameworks/base/core/java/android/app/
DNotificationManager.java1500 public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 1 << 8; field in NotificationManager.Policy
1511 SUPPRESSED_EFFECT_NOTIFICATION_LIST
1526 SUPPRESSED_EFFECT_NOTIFICATION_LIST
1830 case SUPPRESSED_EFFECT_NOTIFICATION_LIST: in effectToString()
1959 return (suppressedVisualEffects & SUPPRESSED_EFFECT_NOTIFICATION_LIST) == 0; in showInNotificationList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java27 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
847 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java21 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
619 (suppressedEffects & SUPPRESSED_EFFECT_NOTIFICATION_LIST) != 0; in updateStackViewForZenConfig()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DZenModeControllerImpl.java121 & NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) != 0; in areNotificationsHiddenInShade()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1044 isVisualEffectAllowed(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST, in toNotificationPolicy()
1046 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in toNotificationPolicy()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java40 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
2167 SUPPRESSED_EFFECT_NOTIFICATION_LIST
/frameworks/base/api/
Dcurrent.txt5892 field public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 256; // 0x100