Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java130 private int mMaxKeyguardNotifications; field in StatusBarNotificationPresenter
402 mMaxKeyguardNotifications = Math.max(1, in getMaxNotificationsWhileLocked()
405 return mMaxKeyguardNotifications; in getMaxNotificationsWhileLocked()
407 return mMaxKeyguardNotifications; in getMaxNotificationsWhileLocked()