Home
last modified time | relevance | path

Searched refs:NotificationMgr (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java80 public class NotificationMgr { class
81 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
110 private static NotificationMgr sInstance;
159 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr
178 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()
179 synchronized (NotificationMgr.class) { in init()
181 sInstance = new NotificationMgr(app); in init()
DPhoneGlobals.java151 NotificationMgr notificationMgr;
365 notificationMgr = NotificationMgr.init(this); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DNotificationMgr.java21 public abstract class NotificationMgr { class
DAlertService.java143 public static class NotificationMgrWrapper extends NotificationMgr {