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.java512 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
531 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), in updatePhoneStateListeners()
534 mApplication.notificationMgr.updateMwi(subId, mMWIStatus.get(subId), true); in updatePhoneStateListeners()
DNotificationMgr.java268 /* package */ void updateMwi(int subId, boolean visible) { in updateMwi() method in NotificationMgr
269 updateMwi(subId, visible, false /* isRefresh */); in updateMwi()
280 void updateMwi(int subId, boolean visible, boolean isRefresh) { in updateMwi() method in NotificationMgr