Searched refs:sendBurstDtmf (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java755 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ method in class:PhoneProxy
756 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DPhone.java836 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
846 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); method in interface:Phone
H A DCommandsInterface.java892 void sendBurstDtmf(String dtmfString, int on, int off, Message result); method in interface:CommandsInterface
H A DPhoneBase.java797 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:PhoneBase
799 logUnexpectedCdmaMethodCall("sendBurstDtmf");
H A DRIL.java1089 sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:RIL
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java634 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CDMAPhone
645 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java910 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:SimulatedCommands
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java791 sendBurstDtmf(String dtmfString) { method in class:GSMPhone
792 Log.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");

Completed in 487 milliseconds