Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConnection.java262 String dtmfDigits = null; in handleBurstDtmfConfirmation() local
270 dtmfDigits = builder.toString(); in handleBurstDtmfConfirmation()
275 Log.i(this, "%d dtmf character[s] removed from the queue", dtmfDigits.length()); in handleBurstDtmfConfirmation()
277 if (dtmfDigits != null) { in handleBurstDtmfConfirmation()
278 sendBurstDtmfStringLocked(dtmfDigits); in handleBurstDtmfConfirmation()