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.java269 updateMwi(subId, mwiVisible, false /* enableNotificationSound */); in refreshMwi()
279 /* package */ void updateMwi(int subId, boolean visible) { in updateMwi() method in NotificationMgr
280 updateMwi(subId, visible, true /* enableNotificationSound */); in updateMwi()
290 void updateMwi(int subId, boolean visible, boolean enableNotificationSound) { in updateMwi() method in NotificationMgr
DCallNotifier.java944 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
1143 mApplication.notificationMgr.updateMwi(this.mSubId, visible); in onMessageWaitingIndicatorChanged()