Home | History | Annotate | Download | only in alerts

Lines Matching defs:NotificationWrapper

124     public static class NotificationWrapper {
129 ArrayList<NotificationWrapper> mNw;
131 public NotificationWrapper(Notification n, int notificationId, long eventId,
142 public NotificationWrapper(Notification n) {
146 public void add(NotificationWrapper nw) {
148 mNw = new ArrayList<NotificationWrapper>();
168 public void notify(int id, NotificationWrapper nw) {
365 NotificationWrapper notification;
862 NotificationWrapper notification = AlertReceiver.makeExpandingNotification(context,
921 private static void addNotificationOptions(NotificationWrapper nw, boolean quietUpdate,