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.java331 public static final String INTENT_ACTION_TTS_SERVICE = field in TextToSpeech.Engine
808 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in connectToEngine()
DTextToSpeechService.java1243 if (TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE.equals(intent.getAction())) { in onBind()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27457 …field public static final java.lang.String INTENT_ACTION_TTS_SERVICE = "android.intent.action.TTS_…
/frameworks/base/api/
Dcurrent.txt37801 …field public static final java.lang.String INTENT_ACTION_TTS_SERVICE = "android.intent.action.TTS_…
Dsystem-current.txt41013 …field public static final java.lang.String INTENT_ACTION_TTS_SERVICE = "android.intent.action.TTS_…