Searched refs:stopDtmf (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl237 void stopDtmf();
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java890 public void stopDtmf() { method in class:ImsCallSession
896 miSession.stopDtmf();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java207 public void stopDtmf(Message result) { method in class:ImsPhoneCommandInterface
H A DImsPhone.java609 stopDtmf() { method in class:ImsPhone
610 mCT.stopDtmf();
H A DImsPhoneCallTracker.java737 stopDtmf() { method in class:ImsPhoneCallTracker
738 if (DBG) log("stopDtmf");
742 imscall.stopDtmf();
744 loge("stopDtmf : no foreground call");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java208 public void stopDtmf(Message result) { method in class:SipCommandInterface
H A DSipPhone.java298 public void stopDtmf() { method in class:SipPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java922 void stopDtmf(); method in interface:Phone
H A DPhoneProxy.java794 public void stopDtmf() { method in class:PhoneProxy
795 mActivePhone.stopDtmf();
H A DCallManager.java1303 public void stopDtmf() { method in class:CallManager
1305 Rlog.d(LOG_TAG, " stopDtmf()" );
1309 if (hasActiveFgCall()) getFgPhone().stopDtmf();
1312 Rlog.d(LOG_TAG, "End stopDtmf()");
H A DCommandsInterface.java1066 void stopDtmf(Message result); method in interface:CommandsInterface
H A DRIL.java1279 stopDtmf(Message result) { method in class:RIL
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1449 public void stopDtmf() { method in class:ImsCall
1450 logi("stopDtmf :: ");
1454 mSession.stopDtmf();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java.broken342 public void stopDtmf(Message result) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java866 public void stopDtmf() { method in class:CDMAPhone
867 mCi.stopDtmf(null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java940 stopDtmf() { method in class:GSMPhone
941 mCi.stopDtmf(null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java974 public void stopDtmf(Message result) { method in class:SimulatedCommands

Completed in 311 milliseconds