Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/tts/
DTextToSpeechHelper.java64 void onTextToSpeechStopped(long requestId, boolean error); in onTextToSpeechStopped() method
197 mHandler.post(() -> mListener.onTextToSpeechStopped(requestId, error)); in onTtsStopped()
/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
DFallbackAssistant.java71 public void onTextToSpeechStopped(long requestId, boolean error) {