HomeSort by relevance Sort by last modified time
    Searched refs:updateMwi (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 199 updateMwi(subId, mwiVisible, false /* enableNotificationSound */);
209 /* package */ void updateMwi(int subId, boolean visible) {
210 updateMwi(subId, visible, true /* enableNotificationSound */);
220 void updateMwi(int subId, boolean visible, boolean enableNotificationSound) {
224 Log.w(LOG_TAG, "Called updateMwi() on non-voice-capable device! Ignoring...");
243 Log.i(LOG_TAG, "updateMwi(): subId " + subId + " update to " + visible);
CallNotifier.java 593 mApplication.notificationMgr.updateMwi(subId, false);
    [all...]

Completed in 311 milliseconds