Home | History | Annotate | Download | only in phone

Lines Matching refs:NotificationMgr

68  * @see PhoneGlobals.notificationMgr
70 public class NotificationMgr {
71 private static final String LOG_TAG = "NotificationMgr";
96 /** The singleton NotificationMgr instance. */
97 private static NotificationMgr sInstance;
132 private NotificationMgr(PhoneGlobals app) {
145 * Initialize the singleton NotificationMgr instance.
148 * From then on, the NotificationMgr instance is available via the
149 * PhoneApp's public "notificationMgr" field, which is why there's no
152 /* package */ static NotificationMgr init(PhoneGlobals app) {
153 synchronized (NotificationMgr.class) {
155 sInstance = new NotificationMgr(app);
764 Log.w(LOG_TAG, "NotificationMgr.updateMwi: getVoiceMailNumber() failed after "