Searched refs:NotificationMgr (Results 1 – 5 of 5) sorted by relevance
87 public class NotificationMgr { class88 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();123 private static NotificationMgr sInstance;176 /* package */ NotificationMgr(PhoneGlobals app) { in NotificationMgr() method in NotificationMgr196 /* package */ static NotificationMgr init(PhoneGlobals app) { in init()197 synchronized (NotificationMgr.class) { in init()199 sInstance = new NotificationMgr(app); in init()
164 NotificationMgr notificationMgr;614 notificationMgr = NotificationMgr.init(this); in onCreate()
20 abstract class NotificationMgr { class
73 class NotificationMgrWrapper(nm: NotificationManager) : NotificationMgr() {
39 import static com.android.phone.NotificationMgr.DATA_ROAMING_NOTIFICATION;40 import static com.android.phone.NotificationMgr.LIMITED_SIM_FUNCTION_NOTIFICATION;134 private NotificationMgr mNotificationMgr;192 mNotificationMgr = spy(new NotificationMgr(mApp)); in setUp()