HomeSort by relevance Sort by last modified time
    Searched defs:TextToSpeech (Results 1 - 6 of 6) sorted by null

  /packages/apps/VoiceDialer/src/com/android/voicedialer/
BluetoothVoiceDialerActivity.java 35 import android.speech.tts.TextToSpeech;
162 private TextToSpeech mTts;
238 mTts = new TextToSpeech(this, new TtsInitListener());
240 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_STREAM,
282 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,
285 TextToSpeech.QUEUE_FLUSH,
296 class TtsInitListener implements TextToSpeech.OnInitListener {
298 // status can be either TextToSpeech.SUCCESS or TextToSpeech.ERROR.
300 if (status != TextToSpeech.SUCCESS)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 38 * <p>A TextToSpeech instance can only be used to synthesize text once it has completed its
39 * initialization. Implement the {@link TextToSpeech.OnInitListener} to be
41 * When you are done using the TextToSpeech instance, call the {@link #shutdown()} method
42 * to release the native resources used by the TextToSpeech engine.
45 public class TextToSpeech {
98 * Broadcast Action: The TextToSpeech synthesizer has completed processing
108 * TextToSpeech engine initialization.
112 * Called to signal the completion of the TextToSpeech engine initialization.
113 * @param status {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 734 milliseconds