Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl237 void stopDtmf(); in stopDtmf() method
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java875 public void stopDtmf() { in stopDtmf() method in ImsCallSession
881 miSession.stopDtmf(); in stopDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java896 void stopDtmf(); in stopDtmf() method
DPhoneProxy.java767 public void stopDtmf() { in stopDtmf() method in PhoneProxy
768 mActivePhone.stopDtmf(); in stopDtmf()
DCommandsInterface.java1066 void stopDtmf(Message result); in stopDtmf() method
DCallManager.java1303 public void stopDtmf() { in stopDtmf() method in CallManager
1309 if (hasActiveFgCall()) getFgPhone().stopDtmf(); in stopDtmf()
DRIL.java1242 stopDtmf(Message result) { in stopDtmf() method in RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java208 public void stopDtmf(Message result) { in stopDtmf() method in SipCommandInterface
DSipPhone.java297 public void stopDtmf() { in stopDtmf() method in SipPhone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java207 public void stopDtmf(Message result) { in stopDtmf() method in ImsPhoneCommandInterface
DImsPhone.java537 stopDtmf() { in stopDtmf() method in ImsPhone
538 mCT.stopDtmf(); in stopDtmf()
DImsPhoneCallTracker.java709 stopDtmf() { in stopDtmf() method in ImsPhoneCallTracker
714 imscall.stopDtmf(); in stopDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java342 public void stopDtmf(Message result) { in stopDtmf() method in UsimDataDownloadCommands
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1359 public void stopDtmf() { in stopDtmf() method in ImsCall
1366 mSession.stopDtmf(); in stopDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java845 public void stopDtmf() { in stopDtmf() method in CDMAPhone
846 mCi.stopDtmf(null); in stopDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java930 stopDtmf() { in stopDtmf() method in GSMPhone
931 mCi.stopDtmf(null); in stopDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java974 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommands