Home
last modified time | relevance | path

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

/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/
DTextToSpeechCompat.java20 public TextToSpeechCompat(TextToSpeech textToSpeech) { in TextToSpeechCompat() argument
21 mTextToSpeech = textToSpeech; in TextToSpeechCompat()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowTextToSpeech.java37 public static void setInstance(TextToSpeech textToSpeech) { in setInstance() argument
38 sInstance = textToSpeech; in setInstance()