Lines Matching refs:notificationMgr
159 NotificationMgr notificationMgr; field in PhoneGlobals
288 notificationMgr.showDataRoamingNotification(msg.arg1, false);
292 notificationMgr.showDataRoamingNotification(msg.arg1, true);
296 notificationMgr.hideDataRoamingNotification();
443 notificationMgr = NotificationMgr.init(this); in onCreate()
853 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged()
949 notificationMgr.showLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
953 notificationMgr.dismissLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
960 notificationMgr.dismissLimitedSimFunctionWarningNotification( in updateLimitedSimFunctionForDualSim()
963 notificationMgr.dismissLimitedSimFunctionWarningNotificationForInactiveSubs(); in updateLimitedSimFunctionForDualSim()
977 notificationMgr.refreshMwi(subId); in refreshMwiIndicator()
988 notificationMgr.updateNetworkSelection(phone.getServiceState().getState(), subId); in onNetworkSelectionChanged()