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 72 * @see PhoneGlobals.notificationMgr
74 public class NotificationMgr {
75 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
92 /** The singleton NotificationMgr instance. */
93 private static NotificationMgr sInstance;
116 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 4624 milliseconds