Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DCallNotifier.java327 mApplication.notificationMgr.updateInCallNotification(); in handleMessage()
339 mApplication.notificationMgr.updateInCallNotification(); in handleMessage()
352 mApplication.notificationMgr.updateInCallNotification(); in handleMessage()
737 mApplication.notificationMgr.updateNotificationAndLaunchIncomingCallUi(); in showIncomingCall()
755 mApplication.notificationMgr.statusBarHelper in onPhoneStateChanged()
936 mApplication.notificationMgr.notifyMissedCall(ci.name, ci.phoneNumber, in onQueryComplete()
1069 mApplication.notificationMgr.cancelCallInProgressNotifications(); in onDisconnect()
1160 mApplication.notificationMgr.cancelCallInProgressNotifications(); in onDisconnect()
1319 mApplication.notificationMgr.updateMwi(visible); in onMwiChanged()
1333 mApplication.notificationMgr.updateCfi(visible); in onCfiChanged()
[all …]
DNetworkSetting.java326 app.notificationMgr.postTransientNotification( in displayNetworkQueryFailed()
343 app.notificationMgr.postTransientNotification( in displayNetworkSelectionFailed()
351 app.notificationMgr.postTransientNotification( in displayNetworkSelectionSucceeded()
DClearMissedCallsService.java58 mApp.notificationMgr.cancelMissedCallNotification(); in onHandleIntent()
DPhoneApp.java175 NotificationMgr notificationMgr; field in PhoneApp
336 notificationMgr.updateInCallNotification();
340 notificationMgr.showDataDisconnectedRoaming();
344 notificationMgr.hideDataDisconnectedRoaming();
484 notificationMgr = NotificationMgr.init(this); in onCreate()
1792 notificationMgr.updateNetworkSelection(state); in handleServiceStateChanged()
DInCallScreen.java571 mApp.notificationMgr.updateInCallNotification(); in onResume()
882 mApp.notificationMgr.updateInCallNotification(); in onPause()
887 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(true); in onPause()
4611 mApp.notificationMgr.statusBarHelper.enableExpandedView( in updateExpandedViewState()
4616 mApp.notificationMgr.statusBarHelper.enableExpandedView(false); in updateExpandedViewState()
4619 mApp.notificationMgr.statusBarHelper.enableExpandedView(true); in updateExpandedViewState()
DInCallTouchUi.java313 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(false); in updateState()
320 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(true); in updateState()
DPhoneInterfaceManager.java583 mApp.notificationMgr.cancelMissedCallNotification(); in cancelMissedCallsNotification()
DPhoneUtils.java1891 app.notificationMgr.updateSpeakerNotification(flag); in turnOnSpeaker()
2020 app.notificationMgr.updateMuteNotification(); in setMuteInternal()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java1133 NotificationManager notificationMgr = (NotificationManager) in notifyFailed() local
1137 notificationMgr.notify(DOWNLOAD_FAILED_NOTIFICATION_ID, notification); in notifyFailed()
1139 notificationMgr.notify(MESSAGE_FAILED_NOTIFICATION_ID, notification); in notifyFailed()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java681 NotificationMgr notificationMgr, int notificationId) { in postNotification() argument
701 notificationMgr.notify(notificationId, notification); in postNotification()