Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java315 ArrayList<NotificationInfo> highPriorityEvents = new ArrayList<NotificationInfo>(); in generateAlerts() local
445 static void redistributeBuckets(ArrayList<NotificationInfo> highPriorityEvents, in redistributeBuckets()
551 final long currentTime, ArrayList<NotificationInfo> highPriorityEvents, in processQuery()