Searched refs:setMute (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/core/java/android/hardware/radio/
H A DRadioTuner.java105 public abstract int setMute(boolean mute); method in class:RadioTuner
H A DTunerAdapter.java93 public int setMute(boolean mute) { method in class:TunerAdapter
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallManagerTest.java219 CallManager.getInstance().setMute(false);
220 verify(mPhone, times(0)).setMute(anyBoolean());
224 CallManager.getInstance().setMute(false);
225 verify(mPhone, times(1)).setMute(false);
227 CallManager.getInstance().setMute(true);
228 verify(mPhone, times(1)).setMute(true);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl100 void setMute(boolean muted);
H A DImsCallSession.java672 public void setMute(boolean muted) { method in class:ImsCallSession
678 miSession.setMute(muted);
/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java137 public void setMute(boolean muted) throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCall.java248 setMute(boolean mute) { method in class:ImsPhoneCall
253 imsCall.setMute(mute);
255 Rlog.e(LOG_TAG, "setMute failed : " + e.getMessage());
H A DImsPhoneCommandInterface.java180 public void setMute (boolean enableMute, Message response) { method in class:ImsPhoneCommandInterface
H A DImsPhoneCallTracker.java1122 setMute(false);
1198 setMute(false);
1225 setMute(false);
1540 public void setMute(boolean mute) { method in class:ImsPhoneCallTracker
1542 mForegroundCall.setMute(mute);
H A DImsPhone.java710 public void setMute(boolean muted) { method in class:ImsPhone
711 mCT.setMute(muted);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java157 mRingingCall.setMute(false);
208 mForegroundCall.setMute(false);
358 public void setMute(boolean muted) { method in class:SipPhone
360 mForegroundCall.setMute(muted);
614 void setMute(boolean muted) { method in class:SipPhone.SipCall
615 if (SC_DBG) log("setMute: muted=" + muted);
617 ((SipConnection) c).setMute(muted);
904 void setMute(boolean muted) { method in class:SipPhone.SipConnection
H A DSipCommandInterface.java181 public void setMute (boolean enableMute, Message response) { method in class:SipCommandInterface
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java240 int ret = mRadioTuner.setMute(true);
245 ret = mRadioTuner.setMute(false);
255 int ret = mRadioTuner.setMute(false);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java329 setMute(false);
439 setMute(false);
526 setMute(false);
530 setMute(false);
1216 public void setMute(boolean mute) { method in class:GsmCdmaCallTracker
1218 mCi.setMute(mDesiredMute, null);
H A DPhoneInternalInterface.java695 void setMute(boolean muted); method in interface:PhoneInternalInterface
702 * fired when setMute() is called.
H A DCallManager.java1151 public void setMute(boolean muted) { method in class:CallManager
1153 Rlog.d(LOG_TAG, " setMute(" + muted + ")");
1158 getActiveFgCall().getPhone().setMute(muted);
1162 Rlog.d(LOG_TAG, "End setMute(" + muted + ")");
1172 * fired when setMute() is called.
H A DCommandsInterface.java1009 void setMute (boolean enableMute, Message response); method in interface:CommandsInterface
H A DGsmCdmaPhone.java1873 public void setMute(boolean muted) { method in class:GsmCdmaPhone
1874 mCT.setMute(muted);
H A DRIL.java1980 public void setMute(boolean enableMute, Message result) { method in class:RIL
1992 radioProxy.setMute(rr.mSerial, enableMute);
1994 handleRadioProxyExceptionForRR(rr, "setMute", e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java338 mImsPhoneUT.setMute(true);
339 verify(mImsCT).setMute(true);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken310 public void setMute(boolean enableMute, Message response) {
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1022 public void setMute(boolean muted) throws ImsException { method in class:ImsCall
1025 logi("setMute :: turning mute " + (muted ? "on" : "off"));
1029 mSession.setMute(muted);
1031 loge("setMute :: ", t);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommandsVerifier.java765 public void setMute(boolean enableMute, Message response) { method in class:SimulatedCommandsVerifier
H A DSimulatedCommands.java813 public void setMute (boolean enableMute, Message result) {unimplemented(result);} method in class:SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java1255 public void setMute(boolean muted) { method in class:PhoneMock

Completed in 1359 milliseconds