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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 30 cancelAllBetween(0, AlertService.MAX_NOTIFICATIONS);
AlertService.java 112 public static final int MAX_NOTIFICATIONS = 20;
304 alertCursor, currentTime, MAX_NOTIFICATIONS);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 398 AlertService.MAX_NOTIFICATIONS);
403 at.getAlertCursor(), currentTime, AlertService.MAX_NOTIFICATIONS);
414 AlertService.MAX_NOTIFICATIONS);
423 AlertService.MAX_NOTIFICATIONS);
432 AlertService.MAX_NOTIFICATIONS);
440 AlertService.MAX_NOTIFICATIONS);
589 AlertService.MAX_NOTIFICATIONS);
606 at.getAlertCursor(), currentTime, AlertService.MAX_NOTIFICATIONS);
614 AlertService.MAX_NOTIFICATIONS);
658 currentTime, AlertService.MAX_NOTIFICATIONS);
    [all...]

Completed in 354 milliseconds