Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java151 NotificationMgr notificationMgr; field in PhoneGlobals
244 notificationMgr.showDataRoamingNotification(msg.arg1, false);
248 notificationMgr.showDataRoamingNotification(msg.arg1, true);
252 notificationMgr.hideDataRoamingNotification();
365 notificationMgr = NotificationMgr.init(this); in onCreate()
766 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged()
862 notificationMgr.showLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
866 notificationMgr.dismissLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
873 notificationMgr.dismissLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
876 notificationMgr.dismissLimitedSimFunctionWarningNotificationForInactiveSubs(); in updateLimitedSimFunctionForDualSim()
[all …]
DCallNotifier.java583 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
584 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners()
595 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners()
598 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners()
603 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners()
606 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()