OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTENT_ACTION_TTS_SERVICE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/speech/tts/
TtsEngines.java
100
Intent intent = new Intent(Engine.
INTENT_ACTION_TTS_SERVICE
);
121
Intent intent = new Intent(Engine.
INTENT_ACTION_TTS_SERVICE
);
160
Intent intent = new Intent(Engine.
INTENT_ACTION_TTS_SERVICE
);
TextToSpeech.java
239
public static final String
INTENT_ACTION_TTS_SERVICE
=
554
Intent intent = new Intent(Engine.
INTENT_ACTION_TTS_SERVICE
);
[
all
...]
TextToSpeechService.java
700
if (TextToSpeech.Engine.
INTENT_ACTION_TTS_SERVICE
.equals(intent.getAction())) {
/prebuilt/sdk/14/
android.jar
Completed in 320 milliseconds