Searched refs:NotificationMgr (Results 1 – 4 of 4) sorted by relevance
78 public class NotificationMgr { class79 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();105 private static NotificationMgr sInstance;152 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr173 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()174 synchronized (NotificationMgr.class) { in init()176 sInstance = new NotificationMgr(app); in init()
143 NotificationMgr notificationMgr;308 notificationMgr = NotificationMgr.init(this); in onCreate()
21 public abstract class NotificationMgr { class
143 public static class NotificationMgrWrapper extends NotificationMgr {