Home
last modified time | relevance | path

Searched refs:mTextToSpeak (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()
391 final List<CharSequence> mTextToSpeak; field in TextToSpeechHelper.SpeechRequest
395 mTextToSpeak = textToSpeak; in SpeechRequest()