Home
last modified time | relevance | path

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

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