Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java141 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngineInfo()
163 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngines()
203 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getSettingsIntent()
DTextToSpeech.java372 public static final String INTENT_ACTION_TTS_SERVICE = field in TextToSpeech.Engine
2424 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
DTextToSpeechService.java1261 if (TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE.equals(intent.getAction())) { in onBind()
/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
DTextToSpeechManagerPerUserService.java97 new Intent(TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE).setPackage(engine), in TextToSpeechSessionConnection()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt42161 … field public static final String INTENT_ACTION_TTS_SERVICE = "android.intent.action.TTS_SERVICE";