Searched defs:sendBurstDtmf (Results 1 - 12 of 12) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java1321 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
1331 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CallManager
1333 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete);
H A DCommandsInterface.java1073 void sendBurstDtmf(String dtmfString, int on, int off, Message result); method in interface:CommandsInterface
H A DPhone.java928 * The difference between sendDtmf and sendBurstDtmf is sendDtmf only sends one character,
938 void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete); method in interface:Phone
H A DPhoneBase.java1731 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:PhoneBase
1733 logUnexpectedCdmaMethodCall("sendBurstDtmf");
H A DPhoneProxy.java1187 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete){ method in class:PhoneProxy
1188 mActivePhone.sendBurstDtmf(dtmfString, on, off, onComplete);
H A DRIL.java1290 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.java871 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { method in class:CDMAPhone
882 mCi.sendBurstDtmf(dtmfString, on, off, onComplete);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java945 sendBurstDtmf(String dtmfString) { method in class:GSMPhone
946 Rlog.e(LOG_TAG, "[GSMPhone] sendBurstDtmf() is a CDMA method");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java211 public void sendBurstDtmf(String dtmfString, int on, int off, method in class:ImsPhoneCommandInterface
/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.java302 public void sendBurstDtmf(String dtmfString) { method in class:SipPhone
303 loge("sendBurstDtmf() is a CDMA method");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java984 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { method in class:SimulatedCommands

Completed in 121 milliseconds