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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java238 protected boolean mShowLockscreenNotifications; field in class:BaseStatusBar
1759 if ((isLockscreenPublicMode() && !mShowLockscreenNotifications) ||
1790 return mShowLockscreenNotifications && !mNotificationData.isAmbient(sbn.getKey());
1801 mShowLockscreenNotifications = show;

Completed in 56 milliseconds