Searched refs:notificationMgr (Results 1 – 10 of 10) sorted by relevance
327 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 …]
326 app.notificationMgr.postTransientNotification( in displayNetworkQueryFailed()343 app.notificationMgr.postTransientNotification( in displayNetworkSelectionFailed()351 app.notificationMgr.postTransientNotification( in displayNetworkSelectionSucceeded()
58 mApp.notificationMgr.cancelMissedCallNotification(); in onHandleIntent()
175 NotificationMgr notificationMgr; field in PhoneApp336 notificationMgr.updateInCallNotification();340 notificationMgr.showDataDisconnectedRoaming();344 notificationMgr.hideDataDisconnectedRoaming();484 notificationMgr = NotificationMgr.init(this); in onCreate()1792 notificationMgr.updateNetworkSelection(state); in handleServiceStateChanged()
571 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()
313 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(false); in updateState()320 mApp.notificationMgr.statusBarHelper.enableSystemBarNavigation(true); in updateState()
583 mApp.notificationMgr.cancelMissedCallNotification(); in cancelMissedCallsNotification()
1891 app.notificationMgr.updateSpeakerNotification(flag); in turnOnSpeaker()2020 app.notificationMgr.updateMuteNotification(); in setMuteInternal()
1133 NotificationManager notificationMgr = (NotificationManager) in notifyFailed() local1137 notificationMgr.notify(DOWNLOAD_FAILED_NOTIFICATION_ID, notification); in notifyFailed()1139 notificationMgr.notify(MESSAGE_FAILED_NOTIFICATION_ID, notification); in notifyFailed()
681 NotificationMgr notificationMgr, int notificationId) { in postNotification() argument701 notificationMgr.notify(notificationId, notification); in postNotification()