Home
last modified time | relevance | path

Searched defs:nw (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java146 public void add(NotificationWrapper nw) { in add()
168 public void notify(int id, NotificationWrapper nw) { in notify()
930 private static void addNotificationOptions(NotificationWrapper nw, boolean quietUpdate, in addNotificationOptions()
DAlertReceiver.java571 NotificationWrapper nw = new NotificationWrapper(n); in makeDigestNotification() local
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java379 public void notify(int id, NotificationWrapper nw) { in notify()