Searched defs:getMute (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DTunerAdapter.java117 public boolean getMute() { method in class:TunerAdapter
H A DRadioTuner.java118 public abstract boolean getMute(); method in class:RadioTuner
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java1221 public boolean getMute() { method in class:GsmCdmaCallTracker
H A DCallManager.java1180 public boolean getMute() { method in class:CallManager
1182 return getActiveFgCall().getPhone().getMute();
1184 return getFirstActiveBgCall().getPhone().getMute();
H A DPhoneInternalInterface.java762 boolean getMute(); method in interface:PhoneInternalInterface
H A DGsmCdmaPhone.java1981 public boolean getMute() { method in class:GsmCdmaPhone
1982 return mCT.getMute();
H A DCommandsInterface.java1017 void getMute (Message response); method in interface:CommandsInterface
H A DRIL.java1937 public void getMute(Message result) { method in class:RIL
1946 radioProxy.getMute(rr.mSerial);
1948 handleRadioProxyExceptionForRR(rr, "getMute", e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java365 public boolean getMute() { method in class:SipPhone
367 ? mForegroundCall.getMute()
368 : mBackgroundCall.getMute());
585 } else if (getMute()) {
621 boolean getMute() { method in class:SipPhone.SipCall
624 : ((SipConnection) mConnections.get(0)).getMute();
625 if (SC_DBG) log("getMute: ret=" + ret);
911 boolean getMute() { method in class:SipPhone.SipConnection
H A DSipCommandInterface.java195 public void getMute (Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java772 public boolean getMute() { method in class:ImsPhone
773 return mCT.getMute();
H A DImsPhoneCallTracker.java1585 public boolean getMute() { method in class:ImsPhoneCallTracker
H A DImsPhoneCommandInterface.java194 public void getMute (Message response) { method in class:ImsPhoneCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java851 public void getMute (Message result) {unimplemented(result);} method in class:SimulatedCommands
H A DSimulatedCommandsVerifier.java782 public void getMute(Message response) { method in class:SimulatedCommandsVerifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1263 public boolean getMute() { method in class:PhoneMock

Completed in 182 milliseconds