Searched refs:redistributeBuckets (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java912 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
921 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
931 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
950 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
980 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
1014 AlertService.redistributeBuckets(high, medium, low, maxNotifications);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java334 redistributeBuckets(highPriorityEvents, mediumPriorityEvents, lowPriorityEvents,
445 static void redistributeBuckets(ArrayList<NotificationInfo> highPriorityEvents, method in class:AlertService

Completed in 53 milliseconds