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.java449 ArrayList<AlertService.NotificationInfo> notificationInfos, String digestTitle, in makeDigestNotification() argument
451 if (notificationInfos == null || notificationInfos.size() < 1) { in makeDigestNotification()
456 int numEvents = notificationInfos.size(); in makeDigestNotification()
457 long[] eventIds = new long[notificationInfos.size()]; in makeDigestNotification()
458 long[] startMillis = new long[notificationInfos.size()]; in makeDigestNotification()
459 for (int i = 0; i < notificationInfos.size(); i++) { in makeDigestNotification()
460 eventIds[i] = notificationInfos.get(i).eventId; in makeDigestNotification()
461 startMillis[i] = notificationInfos.get(i).startMillis; in makeDigestNotification()
500 for (AlertService.NotificationInfo info : notificationInfos) { in makeDigestNotification()
573 for (AlertService.NotificationInfo info : notificationInfos) { in makeDigestNotification()