Home
last modified time | relevance | path

Searched refs:shouldShowLockscreenNotifications (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java60 boolean shouldShowLockscreenNotifications(); in shouldShowLockscreenNotifications() method
DNotificationLockscreenUserManagerImpl.java317 public boolean shouldShowLockscreenNotifications() { in shouldShowLockscreenNotifications() method in NotificationLockscreenUserManagerImpl
DLockscreenShadeTransitionController.kt576 !lockScreenUserManager.shouldShowLockscreenNotifications() || in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java155 assertFalse(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsFalse()
162 assertTrue(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsTrue()
DLockscreenShadeTransitionControllerTest.kt140 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true) in setup()
215 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false) in testTriggeringBouncerNoNotificationsOnLockscreen()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt172 !lockscreenUserManager.shouldShowLockscreenNotifications() -> true in shouldHideNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java404 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false); in doNotShowLockscreenNotifications()
567 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true); in setupUnfilteredState()