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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java296 public void stopDtmf() { method in class:SipPhone
H A DSipCommandInterface.java207 public void stopDtmf(Message result) { method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java1035 public void stopDtmf() { method in class:CallManager
1037 Rlog.d(LOG_TAG, " stopDtmf()" );
1041 if (hasActiveFgCall()) getFgPhone().stopDtmf();
1044 Rlog.d(LOG_TAG, "End stopDtmf()");
H A DPhoneProxy.java663 public void stopDtmf() { method in class:PhoneProxy
664 mActivePhone.stopDtmf();
H A DPhone.java819 void stopDtmf(); method in interface:Phone
H A DCommandsInterface.java1016 void stopDtmf(Message result); method in interface:CommandsInterface
H A DRIL.java1170 stopDtmf(Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java762 public void stopDtmf() { method in class:CDMAPhone
763 mCi.stopDtmf(null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java802 stopDtmf() { method in class:GSMPhone
803 mCi.stopDtmf(null);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java342 public void stopDtmf(Message result) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java972 public void stopDtmf(Message result) { method in class:SimulatedCommands

Completed in 133 milliseconds