Searched refs:shouldShowLockscreenNotifications (Results 1 – 7 of 7) sorted by relevance
60 boolean shouldShowLockscreenNotifications(); in shouldShowLockscreenNotifications() method
317 public boolean shouldShowLockscreenNotifications() { in shouldShowLockscreenNotifications() method in NotificationLockscreenUserManagerImpl
576 !lockScreenUserManager.shouldShowLockscreenNotifications() || in <lambda>()
155 assertFalse(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsFalse()162 assertTrue(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsTrue()
140 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true) in setup()215 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false) in testTriggeringBouncerNoNotificationsOnLockscreen()
172 !lockscreenUserManager.shouldShowLockscreenNotifications() -> true in shouldHideNotification()
404 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false); in doNotShowLockscreenNotifications()567 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true); in setupUnfilteredState()