Searched refs:notificationMgr (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneGlobals.java | 143 NotificationMgr notificationMgr; field in PhoneGlobals 210 notificationMgr.showDataDisconnectedRoaming(msg.arg1); 214 notificationMgr.hideDataDisconnectedRoaming(); 308 notificationMgr = NotificationMgr.init(this); in onCreate() 707 notificationMgr.updateNetworkSelection(state, subId); in handleServiceStateChanged() 768 notificationMgr.refreshMwi(subId); in refreshMwiIndicator() 779 notificationMgr.updateNetworkSelection(phone.getServiceState().getState(), subId); in onNetworkSelectionChanged()
|
D | CallNotifier.java | 576 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners() 577 mApplication.notificationMgr.updateCfi(subId, false); in updatePhoneStateListeners() 588 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), in updatePhoneStateListeners() 591 mApplication.notificationMgr.updateCfi(subId, mCFIStatus.get(subId), true); in updatePhoneStateListeners() 596 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners() 599 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()
|