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

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java5 public abstract class NotificationMgr { class
/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java70 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{ class in inherits:CallerInfoAsyncQuery.OnQueryCompleteListener
71 private static final String LOG_TAG = "NotificationMgr";
95 /** The singleton NotificationMgr instance. */
96 private static NotificationMgr sInstance;
136 private NotificationMgr(PhoneGlobals app) { method in class:NotificationMgr
151 * Initialize the singleton NotificationMgr instance.
154 * From then on, the NotificationMgr instance is available via the
158 /* package */ static NotificationMgr init(PhoneGlobals app) {
159 synchronized (NotificationMgr.class) {
161 sInstance = new NotificationMgr(ap
[all...]

Completed in 944 milliseconds