Home | History | Annotate | Download | only in alerts

Lines Matching refs:maxNotifications

309             final long currentTime, final int maxNotifications) {
335 maxNotifications);
411 if (currentNotificationId <= maxNotifications) {
412 nm.cancelAllBetween(currentNotificationId, maxNotifications);
415 + maxNotifications);
447 ArrayList<NotificationInfo> lowPriorityEvents, int maxNotifications) {
453 if (highPriorityEvents.size() > maxNotifications) {
459 0, highPriorityEvents.size() - maxNotifications);
471 if (mediumPriorityEvents.size() + highPriorityEvents.size() > maxNotifications) {
472 int spaceRemaining = maxNotifications - highPriorityEvents.size();