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

  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 145 NotificationMgr notificationMgr;
252 notificationMgr.showDataDisconnectedRoaming();
256 notificationMgr.hideDataDisconnectedRoaming();
347 // Create the NotificationMgr singleton, which is used to display
349 notificationMgr = NotificationMgr.init(this);
    [all...]
NetworkSetting.java 361 app.notificationMgr.postTransientNotification(
362 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
378 app.notificationMgr.postTransientNotification(
379 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
386 app.notificationMgr.postTransientNotification(
387 NotificationMgr.NETWORK_SELECTION_NOTIFICATION, status);
CallNotifier.java 441 mApplication.notificationMgr.statusBarHelper
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java     [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 838 milliseconds