Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManager.java56 boolean shouldShowLockscreenNotifications(); in shouldShowLockscreenNotifications() method
DNotificationLockscreenUserManagerImpl.java260 public boolean shouldShowLockscreenNotifications() { in shouldShowLockscreenNotifications() method in NotificationLockscreenUserManagerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerTest.java109 assertFalse(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsFalse()
117 assertTrue(mLockscreenUserManager.shouldShowLockscreenNotifications()); in testLockScreenShowNotificationsTrue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3672 || !mLockscreenUserManager.shouldShowLockscreenNotifications() in goToLockedShade()