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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java313 public boolean getMute() { method in class:SipPhone
315 ? foregroundCall.getMute()
316 : backgroundCall.getMute());
469 } else if (getMute()) {
502 boolean getMute() { method in class:SipPhone.SipCall
505 : ((SipConnection) connections.get(0)).getMute();
770 boolean getMute() { method in class:SipPhone.SipConnection
H A DSipCommandInterface.java144 public void getMute (Message response) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java925 public boolean getMute() { method in class:CallManager
927 return getActiveFgCall().getPhone().getMute();
929 return getFirstActiveBgCall().getPhone().getMute();
H A DPhone.java1128 boolean getMute(); method in interface:Phone
H A DPhoneProxy.java683 public boolean getMute() { method in class:PhoneProxy
684 return mActivePhone.getMute();
H A DCommandsInterface.java916 void getMute (Message response); method in interface:CommandsInterface
H A DRIL.java1090 getMute (Message response) { method in class:RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java313 public void getMute(Message response) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java312 public boolean getMute() { method in class:CDMAPhone
313 return mCT.getMute();
H A DCdmaCallTracker.java793 getMute() { method in class:CdmaCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1046 public boolean getMute() { method in class:GSMPhone
1047 return mCT.getMute();
H A DGsmCallTracker.java723 getMute() { method in class:GsmCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java753 public void getMute (Message result) {unimplemented(result);} method in class:SimulatedCommands

Completed in 594 milliseconds