Home
last modified time | relevance | path

Searched refs:getMute (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
DRadioTunerTest.java228 boolean isMuted = mRadioTuner.getMute(); in testMute()
233 isMuted = mRadioTuner.getMute(); in testMute()
238 isMuted = mRadioTuner.getMute(); in testMute()
249 boolean isMuted = mRadioTuner.getMute(); in testMuteNoAudio()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java365 public boolean getMute() { in getMute() method in SipPhone
367 ? mForegroundCall.getMute() in getMute()
368 : mBackgroundCall.getMute()); in getMute()
585 } else if (getMute()) { in setAudioGroupMode()
621 boolean getMute() { in getMute() method in SipPhone.SipCall
624 : ((SipConnection) mConnections.get(0)).getMute(); in getMute()
911 boolean getMute() { in getMute() method in SipPhone.SipConnection
DSipCommandInterface.java195 public void getMute (Message response) { in getMute() method in SipCommandInterface
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java118 public abstract boolean getMute(); in getMute() method in RadioTuner
DTunerAdapter.java117 public boolean getMute() { in getMute() method in TunerAdapter
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java347 doReturn(false).when(mImsCT).getMute(); in testGettersAndPassThroughs()
348 assertEquals(false, mImsPhoneUT.getMute()); in testGettersAndPassThroughs()
349 doReturn(true).when(mImsCT).getMute(); in testGettersAndPassThroughs()
350 assertEquals(true, mImsPhoneUT.getMute()); in testGettersAndPassThroughs()
351 verify(mImsCT, times(2)).getMute(); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java715 boolean getMute(); in getMute() method
DCallManager.java1036 public boolean getMute() { in getMute() method in CallManager
1038 return getActiveFgCall().getPhone().getMute(); in getMute()
1040 return getFirstActiveBgCall().getPhone().getMute(); in getMute()
DCommandsInterface.java1053 void getMute (Message response); in getMute() method
DGsmCdmaCallTracker.java1278 public boolean getMute() { in getMute() method in GsmCdmaCallTracker
DGsmCdmaPhone.java2142 public boolean getMute() { in getMute() method in GsmCdmaPhone
2143 return mCT.getMute(); in getMute()
DRIL.java2267 public void getMute(Message result) { in getMute() method in RIL
2276 radioProxy.getMute(rr.mSerial); in getMute()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java194 public void getMute (Message response) { in getMute() method in ImsPhoneCommandInterface
DImsPhone.java835 public boolean getMute() { in getMute() method in ImsPhone
836 return mCT.getMute(); in getMute()
DImsPhoneCallTracker.java1655 public boolean getMute() { in getMute() method in ImsPhoneCallTracker
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1253 public boolean getMute() { in getMute() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java782 public void getMute(Message response) { in getMute() method in SimulatedCommandsVerifier
DSimulatedCommands.java871 public void getMute (Message result) {unimplemented(result);} in getMute() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken314 public void getMute(Message response) {
/frameworks/base/api/
Dsystem-current.txt2959 method public abstract boolean getMute();