Searched refs:NotificationMgr (Results 1 – 4 of 4) sorted by relevance
80 public class NotificationMgr { class81 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();110 private static NotificationMgr sInstance;159 private NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr178 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()179 synchronized (NotificationMgr.class) { in init()181 sInstance = new NotificationMgr(app); in init()
151 NotificationMgr notificationMgr;367 notificationMgr = NotificationMgr.init(this); in onCreate()
21 public abstract class NotificationMgr { class
143 public static class NotificationMgrWrapper extends NotificationMgr {