Home | History | Annotate | Download | only in alerts

Lines Matching refs:maxNotifications

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);
568 maxNotifications = 4;
569 ntm = new NotificationTestManager(at.mAlerts, maxNotifications);
577 currentTime, maxNotifications);
902 int maxNotifications = 3;
912 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
921 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
931 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
949 int maxNotifications = 3;
950 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
979 int maxNotifications = 3;
980 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
1013 int maxNotifications = 3;
1014 AlertService.redistributeBuckets(high, medium, low, maxNotifications);