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.java583 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
603 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners()
606 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()
DNotificationMgr.java250 /* package */ void updateMwi(int subId, boolean visible) { in updateMwi() method in NotificationMgr
251 updateMwi(subId, visible, false /* isRefresh */); in updateMwi()
262 void updateMwi(int subId, boolean visible, boolean isRefresh) { in updateMwi() method in NotificationMgr