HomeSort by relevance Sort by last modified time
    Searched refs:maxNotifications (Results 1 - 3 of 3) sorted by null

  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 264 public NotificationTestManager(ArrayList<Alert> alerts, int maxNotifications) {
267 mExpectedNotifications = new NotificationInstance[maxNotifications + 1];
446 int maxNotifications = 10;
450 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, maxNotifications);
492 currentTime, maxNotifications);
505 currentTime, maxNotifications);
514 currentTime, maxNotifications);
553 int maxNotifications = 6;
554 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, maxNotifications);
564 currentTime, maxNotifications);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 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()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]

Completed in 2042 milliseconds