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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java140 NotificationMgr notificationMgr; field in class:PhoneGlobals
208 notificationMgr.showDataDisconnectedRoaming(msg.arg1);
212 notificationMgr.hideDataDisconnectedRoaming();
299 notificationMgr = NotificationMgr.init(this);
800 notificationMgr.updateNetworkSelection(state, subId);
861 notificationMgr.refreshMwi(subId);
896 notificationMgr.setShouldCheckVisualVoicemailConfigurationForMwi(subId, enabled);
/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 91 milliseconds