Searched refs:dtmfDigits (Results 1 – 1 of 1) sorted by relevance
262 String dtmfDigits = null; in handleBurstDtmfConfirmation() local270 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()