Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java160 public boolean requestPlay(List<CharSequence> textToSpeak, long requestId) { in requestPlay()
200 private void playInternal(List<CharSequence> textToSpeak, long requestId) { in playInternal()
394 SpeechRequest(List<CharSequence> textToSpeak, long requestId) { in SpeechRequest()