HomeSort by relevance Sort by last modified time
    Searched defs:tts (Results 26 - 39 of 39) sorted by null

12

  /packages/apps/Settings/src/com/android/settings/tts/
TtsEngineSettingsFragment.java 17 package com.android.settings.tts;
30 import android.speech.tts.TextToSpeech;
31 import android.speech.tts.TtsEngines;
155 Log.e(TAG, "Failed to check TTS data, no activity found for " + intent + ")");
176 Log.e(TAG, "TTS data check failed (available == null).");
255 * so the required TTS files are properly installed.
266 Log.e(TAG, "Failed to install TTS data, no acitivty found for " + intent + ")");
TextToSpeechSettings.java 17 package com.android.settings.tts;
24 import com.android.settings.tts.TtsEnginePreference.RadioButtonGroupState;
37 import android.speech.tts.TextToSpeech;
38 import android.speech.tts.UtteranceProgressListener;
39 import android.speech.tts.TextToSpeech.EngineInfo;
40 import android.speech.tts.TtsEngines;
57 /** Preference key for the "play TTS example" preference. */
60 /** Preference key for the TTS rate selection dialog. */
93 * The previously selected TTS engine. Useful for rollbacks if the users
245 * Called when the TTS engine is initialized
    [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 16 package android.speech.tts;
129 "android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED";
145 * Listener that will be called when the TTS service has
167 * extras for a TTS engine's check data activity.
215 * Package name of the default TTS engine.
272 * Intent for starting a TTS service. Services that handle this intent must
274 * directly, instead they should talk to the TTS service using the the methods in this
284 * <code>&lt;{@link android.R.styleable#TextToSpeechEngine tts-engine}&gt;</code>
287 public static final String SERVICE_META_DATA = "android.speech.tts";
293 * that are required for TTS to be operational. Since the installatio
    [all...]
TextToSpeechService.java 16 package android.speech.tts;
33 import android.speech.tts.TextToSpeech.Engine;
46 * Abstract base class for TTS engine implementations. The following methods
84 // associated with this TTS engine. Will handle all requests except synthesis
149 * Returns the language, country and variant currently being used by the TTS engine.
    [all...]
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 1392 milliseconds

12