Searched refs:INTENT_ACTION_TTS_SERVICE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java139 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
160 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
199 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
H A DTextToSpeech.java331 public static final String INTENT_ACTION_TTS_SERVICE = field in class:TextToSpeech.Engine
808 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
H A DTextToSpeechService.java1243 if (TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE.equals(intent.getAction())) {

Completed in 79 milliseconds