Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java141 playInternal(mPendingRequest.mTextToSpeak, mPendingRequest.mRequestId); in handleInitCompleted()
179 playInternal(textToSpeak, requestId); in requestPlay()
200 private void playInternal(List<CharSequence> textToSpeak, long requestId) { in playInternal() method in TextToSpeechHelper