Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationLockscreenUserManagerImpl.java101 private boolean mShowLockscreenNotifications; field in NotificationLockscreenUserManagerImpl
302 return mShowLockscreenNotifications; in shouldShowLockscreenNotifications()
373 return mShowLockscreenNotifications && exceedsPriorityThreshold; in shouldShowOnKeyguard()
382 mShowLockscreenNotifications = show; in setShowLockscreenNotifications()
688 pw.println(mShowLockscreenNotifications); in dump()