Searched refs:ttsSpan (Results 1 – 1 of 1) sorted by relevance
221 final TtsSpan ttsSpan = PhoneNumberUtilsCompat.createTtsSpan(phoneNumber); in getTelephoneTtsSpannable() local222 …spannable.setSpan(ttsSpan, start, end, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); // this is… in getTelephoneTtsSpannable()