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.java65 boolean shouldShowLockscreenNotifications(); in shouldShowLockscreenNotifications() method
DLockscreenShadeTransitionController.kt578 (!lockScreenUserManager.shouldShowLockscreenNotifications() || in <lambda>()
DNotificationLockscreenUserManagerImpl.java458 public boolean shouldShowLockscreenNotifications() { in shouldShowLockscreenNotifications() method in NotificationLockscreenUserManagerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt132 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true) in setup()
285 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false) in testTriggeringBouncerNoNotificationsOnLockscreen()
318 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false) in testGoToLockedShadeCancelDoesntLeaveShadeOpenOnKeyguardHide()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java294 assertFalse(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsFalse()
301 assertTrue(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsTrue()
787 assertTrue(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testShouldShowLockscreenNotifications_keyguardManagerNoPrivateNotifications_show()
808 assertFalse(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testShouldShowLockscreenNotifications_keyguardManagerNoPrivateNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProvider.kt191 !lockscreenUserManager.shouldShowLockscreenNotifications() -> true in shouldHideNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java413 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false); in doNotShowLockscreenNotifications()
666 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true); in setupUnfilteredState()