Searched refs:shouldShowLockscreenNotifications (Results 1 – 7 of 7) sorted by relevance
60 boolean shouldShowLockscreenNotifications(); in shouldShowLockscreenNotifications() method
342 public boolean shouldShowLockscreenNotifications() { in shouldShowLockscreenNotifications() method in NotificationLockscreenUserManagerImpl
579 !lockScreenUserManager.shouldShowLockscreenNotifications() ||
158 assertFalse(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsFalse()165 assertTrue(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsTrue()
185 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true)263 whenever(lockScreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false)
172 !lockscreenUserManager.shouldShowLockscreenNotifications() -> true
404 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(false); in doNotShowLockscreenNotifications()587 when(mLockscreenUserManager.shouldShowLockscreenNotifications()).thenReturn(true); in setupUnfilteredState()