Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java458 ArrayList<AlertService.NotificationInfo> notificationInfos, String digestTitle, in makeDigestNotification() argument
460 if (notificationInfos == null || notificationInfos.size() < 1) { in makeDigestNotification()
465 int numEvents = notificationInfos.size(); in makeDigestNotification()
466 long[] eventIds = new long[notificationInfos.size()]; in makeDigestNotification()
467 long[] startMillis = new long[notificationInfos.size()]; in makeDigestNotification()
468 for (int i = 0; i < notificationInfos.size(); i++) { in makeDigestNotification()
469 eventIds[i] = notificationInfos.get(i).eventId; in makeDigestNotification()
470 startMillis[i] = notificationInfos.get(i).startMillis; in makeDigestNotification()
510 for (AlertService.NotificationInfo info : notificationInfos) { in makeDigestNotification()
584 for (AlertService.NotificationInfo info : notificationInfos) { in makeDigestNotification()