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

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

Completed in 38 milliseconds