Searched refs:onTextToSpeechStopped (Results 1 – 2 of 2) sorted by relevance
64 void onTextToSpeechStopped(long requestId, boolean error); in onTextToSpeechStopped() method197 mHandler.post(() -> mListener.onTextToSpeechStopped(requestId, error)); in onTtsStopped()
71 public void onTextToSpeechStopped(long requestId, boolean error) {