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 204 updateMwi(subId, mwiVisible, false /* enableNotificationSound */);
235 /* package */ void updateMwi(int subId, boolean visible) {
236 updateMwi(subId, visible, true /* enableNotificationSound */);
246 void updateMwi(int subId, boolean visible, boolean enableNotificationSound) {
250 Log.w(LOG_TAG, "Called updateMwi() on non-voice-capable device! Ignoring...");
269 Log.i(LOG_TAG, "updateMwi(): subId " + subId + " update to " + visible);
CallNotifier.java 593 mApplication.notificationMgr.updateMwi(subId, false);
    [all...]

Completed in 459 milliseconds