Home
last modified time | relevance | path

Searched refs:INTENT_ACTION_TTS_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java139 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngineInfo()
160 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngines()
199 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getSettingsIntent()
DTextToSpeech.java321 public static final String INTENT_ACTION_TTS_SERVICE = field in TextToSpeech.Engine
798 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in connectToEngine()
DTextToSpeechService.java1183 if (TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE.equals(intent.getAction())) { in onBind()
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd954 responds to the {@link android.speech.tts.TextToSpeech.Engine#INTENT_ACTION_TTS_SERVICE} intent. The
/frameworks/base/api/
Dcurrent.txt29181 …field public static final java.lang.String INTENT_ACTION_TTS_SERVICE = "android.intent.action.TTS_…
Dsystem-current.txt31332 …field public static final java.lang.String INTENT_ACTION_TTS_SERVICE = "android.intent.action.TTS_…