Searched defs:TextToSpeechService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java104 public abstract class TextToSpeechService extends Service { class in inherits:Service
107 private static final String TAG = "TextToSpeechService";
1033 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
1068 TextToSpeechService.this.onStop();
1137 TextToSpeechService.this, uri, getAudioParams());
1200 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1222 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
1232 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1250 TextToSpeechService.this.onLoadVoice(mVoiceName);

Completed in 40 milliseconds