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

/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java312 public boolean getMute() { method in class:SipPhone
314 ? foregroundCall.getMute()
315 : backgroundCall.getMute());
468 } else if (getMute()) {
501 boolean getMute() { method in class:SipPhone.SipCall
504 : ((SipConnection) connections.get(0)).getMute();
769 boolean getMute() { method in class:SipPhone.SipConnection
H A DSipCommandInterface.java141 public void getMute (Message response) { method in class:SipCommandInterface
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java906 public boolean getMute() { method in class:CallManager
908 return getActiveFgCall().getPhone().getMute();
910 return getFirstActiveBgCall().getPhone().getMute();
H A DPhone.java1212 boolean getMute(); method in interface:Phone
H A DPhoneProxy.java565 public boolean getMute() { method in class:PhoneProxy
566 return mActivePhone.getMute();
H A DCommandsInterface.java994 void getMute (Message response); method in interface:CommandsInterface
H A DRIL.java1063 getMute (Message response) { method in class:RIL
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java313 public void getMute(Message response) { method in class:UsimDataDownloadCommands
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java316 public boolean getMute() { method in class:CDMAPhone
317 return mCT.getMute();
H A DCdmaCallTracker.java789 getMute() { method in class:CdmaCallTracker
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1044 public boolean getMute() { method in class:GSMPhone
1045 return mCT.getMute();
H A DGsmCallTracker.java719 getMute() { method in class:GsmCallTracker
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java750 public void getMute (Message result) {unimplemented(result);} method in class:SimulatedCommands

Completed in 127 milliseconds