Home
last modified time | relevance | path

Searched refs:notificationMgr (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java143 NotificationMgr notificationMgr; field in PhoneGlobals
210 notificationMgr.showDataDisconnectedRoaming();
214 notificationMgr.hideDataDisconnectedRoaming();
301 notificationMgr = NotificationMgr.init(this); in onCreate()
807 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged()
866 notificationMgr.refreshMwi(subId); in refreshMwiIndicator()
901 notificationMgr.setShouldCheckVisualVoicemailConfigurationForMwi(subId, enabled); in setShouldCheckVisualVoicemailConfigurationForMwi()
DNetworkOperators.java180 app.notificationMgr.postTransientNotification( in displayNetworkSelectionFailed()
188 app.notificationMgr.updateNetworkSelection(ss.getState(), phone.getSubId()); in displayNetworkSelectionFailed()
198 app.notificationMgr.postTransientNotification( in displayNetworkSelectionSucceeded()
DCallNotifier.java583 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
584 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
760 mApplication.notificationMgr.updateMwi(this.mSubId, visible); in onMessageWaitingIndicatorChanged()
767 mApplication.notificationMgr.updateCfi(this.mSubId, visible); in onCallForwardingIndicatorChanged()
DNetworkSelectListPreference.java230 app.notificationMgr.postTransientNotification( in displayEmptyNetworkList()
248 app.notificationMgr.postTransientNotification( in displayNetworkQueryFailed()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java864 NotificationMgr notificationMgr, int notificationId) { in postNotification() argument
889 notificationMgr.notify(notificationId, notification); in postNotification()