Home | History | Annotate | Download | only in telephony

Lines Matching defs:sendBurstDtmf

2487     public void sendBurstDtmf(String dtmfString, int on, int off, Message result) {
2499 radioProxy.sendBurstDtmf(rr.mSerial, convertNullToEmptyString(dtmfString), on, off);
2501 handleRadioProxyExceptionForRR(rr, "sendBurstDtmf", e);