HomeSort by relevance Sort by last modified time
    Searched defs:maxNotifications (Results 1 - 2 of 2) 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]

Completed in 824 milliseconds