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