Searched refs:NotificationMgr (Results 1 – 4 of 4) sorted by relevance
81 public class NotificationMgr { class82 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();117 private static NotificationMgr sInstance;166 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr185 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()186 synchronized (NotificationMgr.class) { in init()188 sInstance = new NotificationMgr(app); in init()
159 NotificationMgr notificationMgr;443 notificationMgr = NotificationMgr.init(this); in onCreate()
21 public abstract class NotificationMgr { class
143 public static class NotificationMgrWrapper extends NotificationMgr {