Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCallManagerTest.java194 CallManager.getInstance().stopDtmf(); in testStopDtmf()
195 verify(mPhone, times(0)).stopDtmf(); in testStopDtmf()
200 CallManager.getInstance().stopDtmf(); in testStopDtmf()
201 verify(mPhone, times(1)).stopDtmf(); in testStopDtmf()
/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.java900 public void stopDtmf() { in stopDtmf() method in ImsCallSession
906 miSession.stopDtmf(); in stopDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java478 void stopDtmf(); in stopDtmf() method
DCallManager.java1266 public void stopDtmf() { in stopDtmf() method in CallManager
1272 if (hasActiveFgCall()) getFgPhone().stopDtmf(); in stopDtmf()
DCommandsInterface.java1066 void stopDtmf(Message result); in stopDtmf() method
DGsmCdmaPhone.java1233 public void stopDtmf() { in stopDtmf() method in GsmCdmaPhone
1234 mCi.stopDtmf(null); in stopDtmf()
DRIL.java1392 stopDtmf(Message result) { in stopDtmf() method in RIL
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java413 mImsPhoneUT.stopDtmf(); in testDtmf()
414 verify(mImsCT).stopDtmf(); in testDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java207 public void stopDtmf(Message result) { in stopDtmf() method in ImsPhoneCommandInterface
DImsPhone.java595 stopDtmf() { in stopDtmf() method in ImsPhone
596 mCT.stopDtmf(); in stopDtmf()
DImsPhoneCallTracker.java842 stopDtmf() { in stopDtmf() method in ImsPhoneCallTracker
847 imscall.stopDtmf(); in stopDtmf()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipCommandInterface.java208 public void stopDtmf(Message result) { in stopDtmf() method in SipCommandInterface
DSipPhone.java308 public void stopDtmf() { in stopDtmf() method in SipPhone
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1459 public void stopDtmf() { in stopDtmf() method in ImsCall
1464 mSession.stopDtmf(); in stopDtmf()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java1162 public void stopDtmf() { in stopDtmf() method in PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommandsVerifier.java800 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommandsVerifier
DSimulatedCommands.java1012 public void stopDtmf(Message result) { in stopDtmf() method in SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken342 public void stopDtmf(Message result) {