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

/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DNotificationMgr.java5 public interface NotificationMgr { interface
/packages/apps/Phone/src/com/android/phone/
H A DNotificationMgr.java68 public class NotificationMgr implements CallerInfoAsyncQuery.OnQueryCompleteListener{ class in inherits:CallerInfoAsyncQuery.OnQueryCompleteListener
69 private static final String LOG_TAG = "NotificationMgr";
93 /** The singleton NotificationMgr instance. */
94 private static NotificationMgr sInstance;
134 private NotificationMgr(PhoneApp app) { method in class:NotificationMgr
149 * Initialize the singleton NotificationMgr instance.
152 * From then on, the NotificationMgr instance is available via the
156 /* package */ static NotificationMgr init(PhoneApp app) {
157 synchronized (NotificationMgr.class) {
159 sInstance = new NotificationMgr(ap
[all...]

Completed in 56 milliseconds