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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java300 public void sendBurstDtmf(String dtmfString) { method in class:SipPhone
301 loge("sendBurstDtmf() is a CDMA method");
H A DSipCommandInterface.java211 public void sendBurstDtmf(String dtmfString, int on, int off, method in class:SipCommandInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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 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 DPhone.java825 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
835 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); method in interface:Phone
H A DPhoneBase.java1079 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:PhoneBase
1081 logUnexpectedCdmaMethodCall("sendBurstDtmf");
H A DCommandsInterface.java1023 void sendBurstDtmf(String dtmfString, int on, int off, Message result); method in interface:CommandsInterface
H A DRIL.java1181 sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:RIL
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java767 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CDMAPhone
778 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java807 sendBurstDtmf(String dtmfString) { method in class:GSMPhone
808 Rlog.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java346 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:UsimDataDownloadCommands
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java982 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:SimulatedCommands

Completed in 116 milliseconds