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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java103 public abstract class TextToSpeechService extends Service { class in inherits:Service
106 private static final String TAG = "TextToSpeechService";
963 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
998 TextToSpeechService.this.onStop();
1058 TextToSpeechService.this, uri, getAudioParams());
1121 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1143 TextToSpeechService.this.onLoadLanguage(mLanguage, mCountry, mVariant);
1153 * Call {@link TextToSpeechService#onLoadLanguage} on synth thread.
1171 TextToSpeechService.this.onLoadVoice(mVoiceName);

Completed in 30 milliseconds