Searched refs:shouldShowLockscreenNotifications (Results 1 – 7 of 7) sorted by relevance
65 boolean shouldShowLockscreenNotifications(); in shouldShowLockscreenNotifications() method
578 (!lockScreenUserManager.shouldShowLockscreenNotifications() || in <lambda>()
458 public boolean shouldShowLockscreenNotifications() { in shouldShowLockscreenNotifications() method in NotificationLockscreenUserManagerImpl
132 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true) in setup()285 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false) in testTriggeringBouncerNoNotificationsOnLockscreen()318 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false) in testGoToLockedShadeCancelDoesntLeaveShadeOpenOnKeyguardHide()
294 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()
191 !lockscreenUserManager.shouldShowLockscreenNotifications() -> true in shouldHideNotification()
413 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false); in doNotShowLockscreenNotifications()666 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true); in setupUnfilteredState()