Home | History | Annotate | Download | only in phone

Lines Matching defs:muted

1999     static void setMute(boolean muted) {
2002 // Emergency calls never get muted.
2004 muted = false;
2008 setMuteInternal(cm.getFgPhone(), muted);
2016 sConnectionMuteTable.put(cn, Boolean.valueOf(muted));
2026 sConnectionMuteTable.put(cn, Boolean.valueOf(muted));
2044 private static void setMuteInternal(Phone phone, boolean muted) {
2052 if (DBG) log("setMuteInternal: using setMicrophoneMute(" + muted + ")...");
2053 audioManager.setMicrophoneMute(muted);
2055 if (DBG) log("setMuteInternal: using phone.setMute(" + muted + ")...");
2056 phone.setMute(muted);
2059 app.getAudioRouter().onMuteChange(muted);
2196 // state change event (causing an update), and (2) if we muted or