Searched defs:speak (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | TextToSpeech.java | 115 void speak(String fmt, Object... args); in speak() method 121 void speak(@StringRes int stringId, Object... args); in speak() method
|
D | TextToSpeechImpl.java | 163 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/ |
D | TextToSpeechEngine.java | 62 int speak(CharSequence text, int queueMode, Bundle params, String utteranceId); in speak() method
|
D | AndroidTextToSpeechEngine.java | 61 public int speak(CharSequence text, int queueMode, Bundle params, String utteranceId) in speak() method in AndroidTextToSpeechEngine
|