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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java267 public void sendBurstDtmf(String dtmfString) { method in class:SipPhone
268 Log.e(LOG_TAG, "[SipPhone] sendBurstDtmf() is a CDMA method");
H A DSipCommandInterface.java168 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.java1061 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
1071 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CallManager
1073 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
H A DPhoneProxy.java863 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ method in class:PhoneProxy
864 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DPhone.java809 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
819 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); method in interface:Phone
H A DPhoneBase.java928 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:PhoneBase
930 logUnexpectedCdmaMethodCall("sendBurstDtmf");
H A DRIL.java1174 sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:RIL
H A DCommandsInterface.java987 void sendBurstDtmf(String dtmfString, int on, int off, Message result); method in interface:CommandsInterface
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java677 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CDMAPhone
688 mCM.sendBurstDtmf(dtmfString, on, off, onComplete);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java778 sendBurstDtmf(String dtmfString) { method in class:GSMPhone
779 Log.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java932 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:SimulatedCommands
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java345 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:UsimDataDownloadCommands

Completed in 121 milliseconds