Home
last modified time | relevance | path

Searched defs:maxNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java264 public NotificationTestManager(ArrayList<Alert> alerts, int maxNotifications) { in NotificationTestManager()
446 int maxNotifications = 10; in testGenerateAlerts_multiple() local
553 int maxNotifications = 6; in testGenerateAlerts_maxAlerts() local
902 int maxNotifications = 3; in testRedistributeBuckets_withinLimits() local
949 int maxNotifications = 3; in testRedistributeBuckets_tooManyHighPriority() local
979 int maxNotifications = 3; in testRedistributeBuckets_tooManyMediumPriority() local
1013 int maxNotifications = 3; in testRedistributeBuckets_tooManyHighMediumPriority() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java309 final long currentTime, final int maxNotifications) { in generateAlerts()
447 ArrayList<NotificationInfo> lowPriorityEvents, int maxNotifications) { in redistributeBuckets()