/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 365 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
|
D | SipCommandInterface.java | 183 public void getMute (Message response) { in getMute() method in SipCommandInterface
|
/frameworks/av/services/radio/ |
D | RadioService.h | 82 status_t getMute(bool *mute); 150 virtual status_t getMute(bool *mute);
|
D | RadioService.cpp | 616 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/ |
D | IRadio.h | 42 virtual status_t getMute(bool *mute) = 0;
|
D | Radio.h | 55 status_t getMute(bool *mute);
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioTuner.java | 113 public abstract boolean getMute(); in getMute() method in RadioTuner
|
D | RadioModule.java | 67 public native boolean getMute(); in getMute() method in RadioModule
|
/frameworks/av/radio/ |
D | Radio.cpp | 171 status_t Radio::getMute(bool *mute) in getMute() function in android::Radio 177 return mIRadio->getMute(mute); in getMute()
|
D | IRadio.cpp | 104 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/ |
D | ImsPhoneTest.java | 340 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/ |
D | PhoneInternalInterface.java | 681 boolean getMute(); in getMute() method
|
D | CallManager.java | 1176 public boolean getMute() { in getMute() method in CallManager 1178 return getActiveFgCall().getPhone().getMute(); in getMute() 1180 return getFirstActiveBgCall().getPhone().getMute(); in getMute()
|
D | CommandsInterface.java | 1005 void getMute (Message response); in getMute() method
|
D | GsmCdmaPhone.java | 1773 public boolean getMute() { in getMute() method in GsmCdmaPhone 1774 return mCT.getMute(); in getMute()
|
D | GsmCdmaCallTracker.java | 1194 public boolean getMute() { in getMute() method in GsmCdmaCallTracker
|
D | RIL.java | 1324 getMute (Message response) { in getMute() method in RIL
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 182 public void getMute (Message response) { in getMute() method in ImsPhoneCommandInterface
|
D | ImsPhone.java | 628 public boolean getMute() { in getMute() method in ImsPhone 629 return mCT.getMute(); in getMute()
|
D | ImsPhoneCallTracker.java | 992 public boolean getMute() { in getMute() method in ImsPhoneCallTracker
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommandsVerifier.java | 768 public void getMute(Message response) { in getMute() method in SimulatedCommandsVerifier
|
D | SimulatedCommands.java | 806 public void getMute (Message result) {unimplemented(result);} in getMute() method in SimulatedCommands
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 1244 public boolean getMute() { in getMute() method in PhoneMock
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 314 public void getMute(Message response) {
|
/frameworks/base/core/jni/ |
D | android_hardware_Radio.cpp | 684 status_t status = module->getMute(&mute); in android_hardware_Radio_getMute()
|