Searched defs:NotificationMgr (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java21 public abstract class NotificationMgr { class
/packages/services/Telephony/src/com/android/phone/
H A DNotificationMgr.java69 public class NotificationMgr { class
70 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
84 /** The singleton NotificationMgr instance. */
85 private static NotificationMgr sInstance;
110 private NotificationMgr(PhoneGlobals app) { method in class:NotificationMgr
131 * Initialize the singleton NotificationMgr instance.
134 * From then on, the NotificationMgr instance is available via the
138 /* package */ static NotificationMgr init(PhoneGlobals app) {
139 synchronized (NotificationMgr.class) {
141 sInstance = new NotificationMgr(ap
[all...]

Completed in 85 milliseconds