Home
last modified time | relevance | path

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

12

/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()
910 boolean getMute() { in getMute() method in SipPhone.SipConnection
DSipCommandInterface.java183 public void getMute (Message response) { in getMute() method in SipCommandInterface
/frameworks/av/services/radio/
DRadioService.h82 status_t getMute(bool *mute);
150 virtual status_t getMute(bool *mute);
DRadioService.cpp616 status_t RadioService::Module::getMute(bool *mute) in getMute() function in android::RadioService::Module
780 status_t RadioService::ModuleClient::getMute(bool *mute) in getMute() function in android::RadioService::ModuleClient
791 return module->getMute(mute); in getMute()
/frameworks/av/include/radio/
DIRadio.h42 virtual status_t getMute(bool *mute) = 0;
DRadio.h55 status_t getMute(bool *mute);
/frameworks/base/core/java/android/hardware/radio/
DRadioTuner.java113 public abstract boolean getMute(); in getMute() method in RadioTuner
DRadioModule.java67 public native boolean getMute(); in getMute() method in RadioModule
/frameworks/av/radio/
DRadio.cpp171 status_t Radio::getMute(bool *mute) in getMute() function in android::Radio
177 return mIRadio->getMute(mute); in getMute()
DIRadio.cpp104 virtual status_t getMute(bool *mute) in getMute() function in android::BpRadio
266 status_t status = getMute(&mute); in onTransact()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java340 doReturn(false).when(mImsCT).getMute(); in testGettersAndPassThroughs()
341 assertEquals(false, mImsPhoneUT.getMute()); in testGettersAndPassThroughs()
342 doReturn(true).when(mImsCT).getMute(); in testGettersAndPassThroughs()
343 assertEquals(true, mImsPhoneUT.getMute()); in testGettersAndPassThroughs()
344 verify(mImsCT, times(2)).getMute(); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java681 boolean getMute(); in getMute() method
DCallManager.java1176 public boolean getMute() { in getMute() method in CallManager
1178 return getActiveFgCall().getPhone().getMute(); in getMute()
1180 return getFirstActiveBgCall().getPhone().getMute(); in getMute()
DCommandsInterface.java1005 void getMute (Message response); in getMute() method
DGsmCdmaPhone.java1773 public boolean getMute() { in getMute() method in GsmCdmaPhone
1774 return mCT.getMute(); in getMute()
DGsmCdmaCallTracker.java1194 public boolean getMute() { in getMute() method in GsmCdmaCallTracker
DRIL.java1324 getMute (Message response) { in getMute() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java182 public void getMute (Message response) { in getMute() method in ImsPhoneCommandInterface
DImsPhone.java628 public boolean getMute() { in getMute() method in ImsPhone
629 return mCT.getMute(); in getMute()
DImsPhoneCallTracker.java992 public boolean getMute() { in getMute() method in ImsPhoneCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java768 public void getMute(Message response) { in getMute() method in SimulatedCommandsVerifier
DSimulatedCommands.java806 public void getMute (Message result) {unimplemented(result);} in getMute() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1244 public boolean getMute() { in getMute() method in PhoneMock
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken314 public void getMute(Message response) {
/frameworks/base/core/jni/
Dandroid_hardware_Radio.cpp684 status_t status = module->getMute(&mute); in android_hardware_Radio_getMute()

12