Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java175 onTtsStopped(requestId, /* error= */ false); in requestPlay()
195 private void onTtsStopped(long requestId, boolean error) { in onTtsStopped() method in TextToSpeechHelper
203 onTtsStopped(requestId, /* error= */ true); in playInternal()
225 onTtsStopped(requestId, /* error= */ true); in playInternal()
385 onTtsStopped(mRequestId, error); in handleBatchFinished()