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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java824 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
834 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); method in interface:Phone
H A DPhoneProxy.java1036 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ method in class:PhoneProxy
1037 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DCommandsInterface.java1000 void sendBurstDtmf(String dtmfString, int on, int off, Message result); method in interface:CommandsInterface
H A DCallManager.java1053 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
1063 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CallManager
1065 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
H A DPhoneBase.java1080 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:PhoneBase
1082 logUnexpectedCdmaMethodCall("sendBurstDtmf");
H A DRIL.java1182 sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java212 public void sendBurstDtmf(String dtmfString, int on, int off, method in class:SipCommandInterface
H A DSipPhone.java300 public void sendBurstDtmf(String dtmfString) { method in class:SipPhone
301 loge("sendBurstDtmf() is a CDMA method");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java347 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java766 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CDMAPhone
777 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java805 sendBurstDtmf(String dtmfString) { method in class:GSMPhone
806 Rlog.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java983 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:SimulatedCommands

Completed in 544 milliseconds