Searched refs:mTextToSpeechHelper (Results 1 – 1 of 1) sorted by relevance
55 private final TextToSpeechHelper mTextToSpeechHelper; field in FallbackAssistant94 mTextToSpeechHelper = new TextToSpeechHelper(context, mListener); in FallbackAssistant()105 if (mTextToSpeechHelper.isSpeaking()) { in handleReadAction()106 mTextToSpeechHelper.requestStop(); in handleReadAction()142 if (mTextToSpeechHelper.requestPlay(messages, requestId)) { in handleReadAction()158 if (mTextToSpeechHelper.isSpeaking()) { in handleErrorMessage()159 mTextToSpeechHelper.requestStop(); in handleErrorMessage()163 if (mTextToSpeechHelper.requestPlay(Collections.singletonList(errorMessage), in handleErrorMessage()