Home
last modified time | relevance | path

Searched refs:SUPPRESSED_EFFECT_NOTIFICATION_LIST (Results 1 – 8 of 8) 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DZenModeControllerImplTest.java83 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in testAreNotificationsHiddenInShade_zenOffShadeSuppressed()
103 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
/frameworks/base/core/java/android/app/
DNotificationManager.java1135 public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 1 << 8; field in NotificationManager.Policy
1146 SUPPRESSED_EFFECT_NOTIFICATION_LIST
1161 SUPPRESSED_EFFECT_NOTIFICATION_LIST
1450 case SUPPRESSED_EFFECT_NOTIFICATION_LIST: in effectToString()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DZenModeControllerImpl.java109 .SUPPRESSED_EFFECT_NOTIFICATION_LIST) != 0; in areNotificationsHiddenInShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardSliceProvider.java182 & NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) != 0; in isDndSuppressingNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java26 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
529 return shouldSuppressVisualEffect(entry, SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3930 Landroid/app/NotificationManager$Policy;->SUPPRESSED_EFFECT_NOTIFICATION_LIST:I
/frameworks/base/api/
Dcurrent.txt5747 field public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 256; // 0x100