Home
last modified time | relevance | path

Searched refs:mNotification (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java125 Notification mNotification; field in AlertService.NotificationWrapper
133 mNotification = n; in NotificationWrapper()
143 mNotification = n; in NotificationWrapper()
169 mNm.notify(id, nw.mNotification); in notify()
933 Notification notification = nw.mNotification; in addNotificationOptions()
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/
DAlertServiceTest.java309 expected.mPriority, actual.mNotification.priority); in validateNotificationsAndReset()
351 s.append("priority:" + actual.mNotification.priority); in printActualNotifications()