HomeSort by relevance Sort by last modified time
    Searched defs:NotificationMgr (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 21 public abstract class NotificationMgr {
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 66 * @see PhoneGlobals.notificationMgr
68 public class NotificationMgr {
69 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
83 /** The singleton NotificationMgr instance. */
84 private static NotificationMgr sInstance;
109 private NotificationMgr(PhoneGlobals app) {
151 * Initialize the singleton NotificationMgr instance.
154 * From then on, the NotificationMgr instance is available via the
155 * PhoneApp's public "notificationMgr" field, which is why there's no
158 /* package */ static NotificationMgr init(PhoneGlobals app)
    [all...]

Completed in 73 milliseconds