Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java212 CharSequence msg = Utilities.wrapForTts( in showWidgetToast()
229 CharSequence msg = Utilities.wrapForTts( in showShortcutToast()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutTextView.java163 CharSequence msg = Utilities.wrapForTts( in showToast()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java548 public static CharSequence wrapForTts(CharSequence msg, String ttsMsg) { in wrapForTts() method in Utilities