Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java569 public static CharSequence wrapForTts(CharSequence msg, String ttsMsg) { in wrapForTts() argument
571 spanned.setSpan(new TtsSpan.TextBuilder(ttsMsg).build(), in wrapForTts()