Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java576 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
596 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners()
599 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()
DNotificationMgr.java245 /* package */ void updateMwi(int subId, boolean visible) { in updateMwi() method in NotificationMgr
246 updateMwi(subId, visible, false /* isRefresh */); in updateMwi()
257 void updateMwi(int subId, boolean visible, boolean isRefresh) { in updateMwi() method in NotificationMgr