Searched refs:NotificationWrapper (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java19 import com.android.calendar.alerts.AlertService.NotificationWrapper;
22 public abstract void notify(int id, NotificationWrapper notification);
H A DAlertService.java124 public static class NotificationWrapper { class in class:AlertService
129 ArrayList<NotificationWrapper> mNw;
131 public NotificationWrapper(Notification n, int notificationId, long eventId, method in class:AlertService.NotificationWrapper
142 public NotificationWrapper(Notification n) { method in class:AlertService.NotificationWrapper
146 public void add(NotificationWrapper nw) {
148 mNw = new ArrayList<NotificationWrapper>();
168 public void notify(int id, NotificationWrapper nw) {
374 NotificationWrapper notification;
871 NotificationWrapper notification = AlertReceiver.makeExpandingNotification(context,
930 private static void addNotificationOptions(NotificationWrapper n
[all...]
H A DAlertReceiver.java48 import com.android.calendar.alerts.AlertService.NotificationWrapper;
259 public static NotificationWrapper makeBasicNotification(Context context, String title,
265 return new NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup);
411 public static NotificationWrapper makeExpandingNotification(Context context, String title,
441 return new NotificationWrapper(notification, notificationId, eventId, startMillis,
448 public static NotificationWrapper makeDigestNotification(Context context,
571 NotificationWrapper nw = new NotificationWrapper(n);
574 nw.add(new NotificationWrapper(null, 0, info.eventId, info.startMillis,
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java36 import com.android.calendar.alerts.AlertService.NotificationWrapper;
258 NotificationWrapper[] mActualNotifications;
268 mActualNotifications = new NotificationWrapper[mExpectedNotifications.length];
298 NotificationWrapper actual = mActualNotifications[id];
346 NotificationWrapper actual = mActualNotifications[i];
379 public void notify(int id, NotificationWrapper nw) {

Completed in 76 milliseconds