Searched defs:stopDtmf (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java442 public void stopDtmf() { method in class:PhoneProxy
443 mActivePhone.stopDtmf();
H A DCommandsInterface.java885 void stopDtmf(Message result); method in interface:CommandsInterface
H A DPhone.java830 void stopDtmf(); method in interface:Phone
H A DRIL.java1079 stopDtmf(Message result) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java630 public void stopDtmf() { method in class:CDMAPhone
631 mCM.stopDtmf(null);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java786 stopDtmf() { method in class:GSMPhone
787 mCM.stopDtmf(null);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java901 public void stopDtmf(Message result) { method in class:SimulatedCommands

Completed in 26 milliseconds