Searched refs:mTts (Results 1 – 1 of 1) sorted by relevance
35 private final TextToSpeech mTts; field in TextToSpeechFacade41 mTts = new TextToSpeech(manager.getService(), new OnInitListener() { in TextToSpeechFacade()51 while (mTts.isSpeaking()) { in shutdown()54 mTts.shutdown(); in shutdown()61 mTts.speak(message, TextToSpeech.QUEUE_ADD, null); in ttsSpeak()68 return mTts.isSpeaking(); in ttsIsSpeaking()