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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java72 public abstract class TextToSpeechService extends Service { class in inherits:Service
75 private static final String TAG = "TextToSpeechService";
575 TextToSpeechService.this.onSynthesizeText(mSynthesisRequest, synthesisCallback);
602 TextToSpeechService.this.onStop();
667 TextToSpeechService.this, uri, getStreamType());

Completed in 1322 milliseconds