Home
last modified time | relevance | path

Searched refs:SUPPRESSED_EFFECT_NOTIFICATION_LIST (Results 1 – 14 of 14) 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.java61 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
7015 SUPPRESSED_EFFECT_NOTIFICATION_LIST); in testSetNotificationPolicy_preP_setNewFields()
7069 SUPPRESSED_EFFECT_NOTIFICATION_LIST | SUPPRESSED_EFFECT_AMBIENT in testSetNotificationPolicy_P_setNewFields()
7072 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/domain/interactor/
DZenModeInteractorTest.kt131 repository.setSuppressedVisualEffects(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) in testAreNotificationsHiddenInShade_zenOffShadeSuppressed()
155 repository.setSuppressedVisualEffects(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DZenModeControllerImplTest.java107 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in testAreNotificationsHiddenInShade_zenOffShadeSuppressed()
128 NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST); in testAreNotificationsHiddenInShade_zenOnShadeSuppressed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRankingCoordinatorTest.java21 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
192 .setSuppressedVisualEffects(SUPPRESSED_EFFECT_NOTIFICATION_LIST) in filterDozingSuppressNotificationList()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt261 zenModeRepository.setSuppressedVisualEffects(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) in areNotificationsHiddenInShade_true()
273 zenModeRepository.setSuppressedVisualEffects(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) in areNotificationsHiddenInShade_false()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java28 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
885 return shouldSuppressVisualEffect(SUPPRESSED_EFFECT_NOTIFICATION_LIST); in shouldSuppressNotificationList()
/frameworks/base/core/java/android/app/
DNotificationManager.java2170 public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 1 << 8; field in NotificationManager.Policy
2181 SUPPRESSED_EFFECT_NOTIFICATION_LIST
2555 case SUPPRESSED_EFFECT_NOTIFICATION_LIST: in effectToString()
2716 return (suppressedVisualEffects & SUPPRESSED_EFFECT_NOTIFICATION_LIST) == 0; in showInNotificationList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DZenModeControllerImpl.java180 & NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) != 0; in areNotificationsHiddenInShade()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1641 (suppressedVisualEffects & Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST) == 0); in toZenPolicy()
1767 isVisualEffectAllowed(Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST, in toNotificationPolicy()
1769 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in toNotificationPolicy()
1899 suppressedVisualEffects |= Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST; in toNotificationPolicy()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java31 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
210 | SUPPRESSED_EFFECT_NOTIFICATION_LIST;
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java73 import static android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST;
3300 SUPPRESSED_EFFECT_NOTIFICATION_LIST
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7115 field public static final int SUPPRESSED_EFFECT_NOTIFICATION_LIST = 256; // 0x100