Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java306 private final int mMaxKeyguardNotifications; field in NotificationPanelViewController
828 mMaxKeyguardNotifications = resources.getInteger(R.integer.keyguard_max_notification_count); in NotificationPanelViewController()
1451 && (mMaxKeyguardNotifications == -1 || count < mMaxKeyguardNotifications)) { in computeMaxKeyguardNotifications()