Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java260 CharSequence msg = Utilities.wrapForTts( in showWidgetToast()
277 CharSequence msg = Utilities.wrapForTts( in showShortcutToast()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutTextView.java163 CharSequence msg = Utilities.wrapForTts( in showToast()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java579 public static CharSequence wrapForTts(CharSequence msg, String ttsMsg) { in wrapForTts() method in Utilities