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

  /packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java 21 public abstract class NotificationMgr {
AlertService.java 155 public static class NotificationMgrWrapper extends NotificationMgr {
267 NotificationMgr nm = new NotificationMgrWrapper(
307 public static boolean generateAlerts(Context context, NotificationMgr nm,
    [all...]
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 55 * @see PhoneGlobals.notificationMgr
57 public class NotificationMgr {
58 private static final String LOG_TAG = "NotificationMgr";
72 /** The singleton NotificationMgr instance. */
73 private static NotificationMgr sInstance;
98 private NotificationMgr(PhoneGlobals app) {
111 * Initialize the singleton NotificationMgr instance.
114 * From then on, the NotificationMgr instance is available via the
115 * PhoneApp's public "notificationMgr" field, which is why there's no
118 /* package */ static NotificationMgr init(PhoneGlobals app)
    [all...]
NetworkSetting.java 346 app.notificationMgr.postTransientNotification(
347 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
363 app.notificationMgr.postTransientNotification(
364 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
371 app.notificationMgr.postTransientNotification(
372 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
PhoneGlobals.java 139 NotificationMgr notificationMgr;
246 notificationMgr.showDataDisconnectedRoaming();
250 notificationMgr.hideDataDisconnectedRoaming();
338 // Create the NotificationMgr singleton, which is used to display
340 notificationMgr = NotificationMgr.init(this);
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 255 class NotificationTestManager extends NotificationMgr {
367 // NotificationMgr methods
    [all...]

Completed in 87 milliseconds