Home
last modified time | relevance | path

Searched defs:speak (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DTextToSpeech.java115 void speak(String fmt, Object... args); in speak() method
121 void speak(@StringRes int stringId, Object... args); in speak() method
DTextToSpeechImpl.java163 public void speak(@StringRes int resId, Object... args) { in speak() method in TextToSpeechImpl
168 public void speak(String text, Object... args) { in speak() method in TextToSpeechImpl
/packages/apps/Car/systemlibs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechEngine.java62 int speak(CharSequence text, int queueMode, Bundle params, String utteranceId); in speak() method
DAndroidTextToSpeechEngine.java61 public int speak(CharSequence text, int queueMode, Bundle params, String utteranceId) in speak() method in AndroidTextToSpeechEngine