OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextToSpeech
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java
27
import android.speech.tts.
TextToSpeech
;
28
import android.speech.tts.
TextToSpeech
.OnInitListener;
52
private
TextToSpeech
mTts;
60
mTts = new
TextToSpeech
(getApplicationContext(), this);
139
mTts.speak(utterance.toString(),
TextToSpeech
.QUEUE_FLUSH, null);
175
if (status ==
TextToSpeech
.SUCCESS) {
/external/chromium_org/third_party/libaddressinput/src/java/
android.jar
Completed in 3618 milliseconds