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 68 * @see PhoneGlobals.notificationMgr
70 public class NotificationMgr {
71 private static final String LOG_TAG = NotificationMgr.class.getSimpleName();
88 /** The singleton NotificationMgr instance. */
89 private static NotificationMgr sInstance;
114 private NotificationMgr(PhoneGlobals app) {
156 * Initialize the singleton NotificationMgr instance.
159 * From then on, the NotificationMgr instance is available via the
160 * PhoneApp's public "notificationMgr" field, which is why there's no
163 /* package */ static NotificationMgr init(PhoneGlobals app)
    [all...]
NetworkSetting.java 374 app.notificationMgr.postTransientNotification(
375 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
391 app.notificationMgr.postTransientNotification(
392 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
399 app.notificationMgr.updateNetworkSelection(ss.getState());
408 app.notificationMgr.postTransientNotification(
409 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
PhoneGlobals.java 130 NotificationMgr notificationMgr;
207 notificationMgr.showDataDisconnectedRoaming();
211 notificationMgr.hideDataDisconnectedRoaming();
291 // Create the NotificationMgr singleton, which is used to display
293 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 121 milliseconds