Home
last modified time | relevance | path

Searched refs:dtmfString (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java209 public void sendBurstDtmf(String dtmfString, int on, int off, in sendBurstDtmf() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java1143 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument
1145 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete); in sendBurstDtmf()
DGsmCdmaPhone.java1857 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument
1862 for (int itr = 0;itr < dtmfString.length(); itr++) { in sendBurstDtmf()
1863 if (!PhoneNumberUtils.is12Key(dtmfString.charAt(itr))) { in sendBurstDtmf()
1867 + dtmfString.charAt(itr) in sendBurstDtmf()
1874 mCi.sendBurstDtmf(dtmfString, on, off, onComplete); in sendBurstDtmf()
DCommandsInterface.java1150 void sendBurstDtmf(String dtmfString, int on, int off, Message result); in sendBurstDtmf() argument
DRIL.java3367 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { in sendBurstDtmf() argument
3377 + " dtmfString = " + dtmfString + " on = " + on + " off = " + off); in sendBurstDtmf()
3381 voiceProxy.sendBurstDtmf(rr.mSerial, RILUtils.convertNullToEmptyString(dtmfString), in sendBurstDtmf()
DPhone.java3281 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java822 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { in sendBurstDtmf() argument
DSimulatedCommands.java1056 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { in sendBurstDtmf() argument
1057 SimulatedCommandsVerifier.getInstance().sendBurstDtmf(dtmfString, on, off, result); in sendBurstDtmf()