Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java208 updateMwi(subId, mwiVisible, true /* isRefresh */); in refreshMwi()
239 /* package */ void updateMwi(int subId, boolean visible) { in updateMwi() method in NotificationMgr
240 updateMwi(subId, visible, false /* isRefresh */); in updateMwi()
251 void updateMwi(int subId, boolean visible, boolean isRefresh) { in updateMwi() method in NotificationMgr
DCallNotifier.java568 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
745 mApplication.notificationMgr.updateMwi(this.mSubId, visible); in onMessageWaitingIndicatorChanged()