Searched defs:notificationMgr (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java133 NotificationMgr notificationMgr; field in class:PhoneGlobals
210 notificationMgr.showDataDisconnectedRoaming();
214 notificationMgr.hideDataDisconnectedRoaming();
296 notificationMgr = NotificationMgr.init(this);
763 notificationMgr.updateNetworkSelection(state);
796 notificationMgr.refreshMwi(subId);
805 notificationMgr.updateMwi(subId, false);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertService.java864 NotificationMgr notificationMgr, int notificationId) {
889 notificationMgr.notify(notificationId, notification);
862 postNotification(NotificationInfo info, String summaryText, Context context, boolean highPriority, NotificationPrefs prefs, NotificationMgr notificationMgr, int notificationId) argument

Completed in 348 milliseconds