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

  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 150 NotificationMgr notificationMgr;
260 notificationMgr.showDataDisconnectedRoaming();
264 notificationMgr.hideDataDisconnectedRoaming();
351 // Create the NotificationMgr singleton, which is used to display
353 notificationMgr = NotificationMgr.init(this);
    [all...]
NetworkSetting.java 371 app.notificationMgr.postTransientNotification(
372 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
388 app.notificationMgr.postTransientNotification(
389 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
396 app.notificationMgr.postTransientNotification(
397 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
CallNotifier.java 441 mApplication.notificationMgr.statusBarHelper
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 155 public static class NotificationMgrWrapper extends NotificationMgr {
267 NotificationMgr nm = new NotificationMgrWrapper(
307 public static boolean generateAlerts(Context context, NotificationMgr nm,
    [all...]

Completed in 692 milliseconds