Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java179 updateMwi(subId, mwiVisible, false /* enableNotificationSound */); in refreshMwi()
189 /* package */ void updateMwi(int subId, boolean visible) { in updateMwi() method in NotificationMgr
190 updateMwi(subId, visible, true /* enableNotificationSound */); in updateMwi()
200 void updateMwi(int subId, boolean visible, boolean enableNotificationSound) { in updateMwi() method in NotificationMgr
DCallNotifier.java593 mApplication.notificationMgr.updateMwi(subId, false); in updatePhoneStateListeners()
770 mApplication.notificationMgr.updateMwi(this.mSubId, visible); in onMessageWaitingIndicatorChanged()
DPhoneGlobals.java805 notificationMgr.updateMwi(subId, false); in clearMwiIndicator()