Home | History | Annotate | Download | only in tts

Lines Matching defs:mTts

47     private TextToSpeech mTts = null;
59 mTts = new TextToSpeech(getActivity().getApplicationContext(), null);
72 if (mTts != null) {
73 mTts.shutdown();
74 mTts = null;
79 if (mTts != null) {
80 mCurrentEngine = mTts.getCurrentEngine();
130 mPreviousEngine = mTts.getCurrentEngine();
134 if (mTts != null) {
136 mTts.shutdown();
137 mTts = null;
147 mTts = new TextToSpeech(getActivity().getApplicationContext(), mUpdateListener, engine);
161 + mTts.getCurrentEngine());
163 getContentResolver(), TTS_DEFAULT_SYNTH, mTts.getCurrentEngine());
169 mTts =