Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java90 private boolean mShowLockscreenNotifications; field in NotificationLockscreenUserManagerImpl
261 return mShowLockscreenNotifications; in shouldShowLockscreenNotifications()
322 return mShowLockscreenNotifications && exceedsPriorityThreshold; in shouldShowOnKeyguard()
331 mShowLockscreenNotifications = show; in setShowLockscreenNotifications()
578 pw.println(mShowLockscreenNotifications); in dump()