Searched refs:nw (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java146 public void add(NotificationWrapper nw) { argument
150 mNw.add(nw);
168 public void notify(int id, NotificationWrapper nw) { argument
169 mNm.notify(id, nw.mNotification);
930 private static void addNotificationOptions(NotificationWrapper nw, boolean quietUpdate, argument
933 Notification notification = nw.mNotification;
H A DAlertReceiver.java571 NotificationWrapper nw = new NotificationWrapper(n);
574 nw.add(new NotificationWrapper(null, 0, info.eventId, info.startMillis,
578 return nw;
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
H A DAlertServiceTest.java379 public void notify(int id, NotificationWrapper nw) { argument
383 mActualNotifications[id] = nw;

Completed in 82 milliseconds