Searched refs:NotificationWrapper (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 112 public static class NotificationWrapper { class in AlertService 117 ArrayList<NotificationWrapper> mNw; 119 public NotificationWrapper(Notification n, int notificationId, long eventId, in NotificationWrapper() method in AlertService.NotificationWrapper 130 public NotificationWrapper(Notification n) { in NotificationWrapper() method in AlertService.NotificationWrapper 134 public void add(NotificationWrapper nw) { in add() 136 mNw = new ArrayList<NotificationWrapper>(); in add() 156 public void notify(int id, NotificationWrapper nw) { in notify()
|
D | AlertReceiver.java | 48 import com.android.calendar.alerts.AlertService.NotificationWrapper; 86 public static NotificationWrapper makeBasicNotification(Context context, String title, in makeBasicNotification() 92 return new NotificationWrapper(n, notificationId, eventId, startMillis, endMillis, doPopup); in makeBasicNotification()
|
D | NotificationMgr.java | 19 import com.android.calendar.alerts.AlertService.NotificationWrapper; 22 public abstract void notify(int id, NotificationWrapper notification); in notify()
|