Searched refs:getMute (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java118 public abstract boolean getMute(); method in class:RadioTuner
H A DTunerAdapter.java117 public boolean getMute() { method in class:TunerAdapter
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java231 boolean isMuted = mRadioTuner.getMute();
236 isMuted = mRadioTuner.getMute();
241 isMuted = mRadioTuner.getMute();
252 boolean isMuted = mRadioTuner.getMute();
/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/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java344 doReturn(false).when(mImsCT).getMute();
345 assertEquals(false, mImsPhoneUT.getMute());
346 doReturn(true).when(mImsCT).getMute();
347 assertEquals(true, mImsPhoneUT.getMute());
348 verify(mImsCT, times(2)).getMute();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneInternalInterface.java762 boolean getMute(); method in interface:PhoneInternalInterface
H A DCallManager.java1180 public boolean getMute() { method in class:CallManager
1182 return getActiveFgCall().getPhone().getMute();
1184 return getFirstActiveBgCall().getPhone().getMute();
H A DCommandsInterface.java1017 void getMute (Message response); method in interface:CommandsInterface
H A DGsmCdmaCallTracker.java1221 public boolean getMute() { method in class:GsmCdmaCallTracker
H A DGsmCdmaPhone.java1981 public boolean getMute() { method in class:GsmCdmaPhone
1982 return mCT.getMute();
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/imsphone/
H A DImsPhoneCommandInterface.java194 public void getMute (Message response) { method in class:ImsPhoneCommandInterface
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
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken314 public void getMute(Message response) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java782 public void getMute(Message response) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java851 public void getMute (Message result) {unimplemented(result);} method in class:SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1263 public boolean getMute() { method in class:PhoneMock

Completed in 232 milliseconds