/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 1238 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument 1243 for (int itr = 0;itr < dtmfString.length(); itr++) { in sendBurstDtmf() 1244 if (!PhoneNumberUtils.is12Key(dtmfString.charAt(itr))) { in sendBurstDtmf() 1246 … "sendDtmf called with invalid character '" + dtmfString.charAt(itr)+ "'"); in sendBurstDtmf() 1252 mCi.sendBurstDtmf(dtmfString, on, off, onComplete); in sendBurstDtmf()
|
D | CallManager.java | 1294 public boolean sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument 1296 getActiveFgCall().getPhone().sendBurstDtmf(dtmfString, on, off, onComplete); in sendBurstDtmf()
|
D | CommandsInterface.java | 1073 void sendBurstDtmf(String dtmfString, int on, int off, Message result); in sendBurstDtmf() argument
|
D | RIL.java | 1403 sendBurstDtmf(String dtmfString, int on, int off, Message result) { in sendBurstDtmf() argument 1407 rr.mParcel.writeString(dtmfString); in sendBurstDtmf() 1412 + " : " + dtmfString); in sendBurstDtmf()
|
D | Phone.java | 2217 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 211 public void sendBurstDtmf(String dtmfString, int on, int off, in sendBurstDtmf() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipCommandInterface.java | 212 public void sendBurstDtmf(String dtmfString, int on, int off, in sendBurstDtmf() argument
|
D | SipPhone.java | 312 public void sendBurstDtmf(String dtmfString) { in sendBurstDtmf() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedCommands.java | 1022 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { in sendBurstDtmf() argument 1023 SimulatedCommandsVerifier.getInstance().sendBurstDtmf(dtmfString, on, off, result); in sendBurstDtmf()
|
D | SimulatedCommandsVerifier.java | 805 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) { in sendBurstDtmf() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 657 public void sendBurstDtmf(String dtmfString, int on, int off, Message onComplete) { in sendBurstDtmf() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 346 public void sendBurstDtmf(String dtmfString, int on, int off, Message result) {
|