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.java145 NotificationMgr notificationMgr; field in PhoneGlobals
252 notificationMgr.showDataDisconnectedRoaming();
256 notificationMgr.hideDataDisconnectedRoaming();
349 notificationMgr = NotificationMgr.init(this); in onCreate()
904 notificationMgr.updateNetworkSelection(state); in handleServiceStateChanged()
944 notificationMgr.refreshMwi(subId); in refreshMwiIndicator()
DCallNotifier.java441 mApplication.notificationMgr.statusBarHelper in onPhoneStateChanged()
944 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
945 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
1143 mApplication.notificationMgr.updateMwi(this.mSubId, visible); in onMessageWaitingIndicatorChanged()
1149 mApplication.notificationMgr.updateCfi(this.mSubId, visible); in onCallForwardingIndicatorChanged()
DNetworkSetting.java361 app.notificationMgr.postTransientNotification( in displayNetworkQueryFailed()
378 app.notificationMgr.postTransientNotification( in displayNetworkSelectionFailed()
386 app.notificationMgr.postTransientNotification( in displayNetworkSelectionSucceeded()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java1192 NotificationManager notificationMgr = (NotificationManager) in notifyFailed() local
1196 notificationMgr.notify(DOWNLOAD_FAILED_NOTIFICATION_ID, notification); in notifyFailed()
1198 notificationMgr.notify(MESSAGE_FAILED_NOTIFICATION_ID, notification); in notifyFailed()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java864 NotificationMgr notificationMgr, int notificationId) { in postNotification() argument
889 notificationMgr.notify(notificationId, notification); in postNotification()