Searched refs:mMaxKeyguardNotifications (Results 1 – 1 of 1) sorted by relevance
306 private final int mMaxKeyguardNotifications; field in NotificationPanelViewController828 mMaxKeyguardNotifications = resources.getInteger(R.integer.keyguard_max_notification_count); in NotificationPanelViewController()1451 && (mMaxKeyguardNotifications == -1 || count < mMaxKeyguardNotifications)) { in computeMaxKeyguardNotifications()