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/
DNotificationPanelViewController.java330 private final int mMaxKeyguardNotifications; field in NotificationPanelViewController
845 mMaxKeyguardNotifications = resources.getInteger(R.integer.keyguard_max_notification_count); in NotificationPanelViewController()
1405 && (mMaxKeyguardNotifications == -1 || count < mMaxKeyguardNotifications)) { in computeMaxKeyguardNotifications()