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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java410 protected boolean mShowLockscreenNotifications; field in class:StatusBar
5037 || !mShowLockscreenNotifications || mFalsingManager.shouldEnforceBouncer();
7281 || (isLockscreenPublicMode(userId) && !mShowLockscreenNotifications)
7332 return mShowLockscreenNotifications && !mNotificationData.isAmbient(sbn.getKey());
7337 mShowLockscreenNotifications = show;

Completed in 694 milliseconds