Home
last modified time | relevance | path

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

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