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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java224 * {@link Engine#KEY_PARAM_UTTERANCE_ID}, {@link Engine#KEY_PARAM_STREAM}.
534 public static final String KEY_PARAM_STREAM = "streamType"; field in class:TextToSpeech.Engine
1083 * {@link Engine#KEY_PARAM_STREAM},
1127 * {@link Engine#KEY_PARAM_STREAM},
1161 * {@link Engine#KEY_PARAM_STREAM},
1199 * {@link Engine#KEY_PARAM_STREAM},
1885 copyIntParam(bundle, params, Engine.KEY_PARAM_STREAM);
1919 verifyIntegerBundleParam(bundle, Engine.KEY_PARAM_STREAM);
H A DTextToSpeechService.java690 * or created from the value of {@link TextToSpeech.Engine#KEY_PARAM_STREAM}.
722 Engine.KEY_PARAM_STREAM, Engine.DEFAULT_STREAM);
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java133 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_STREAM,

Completed in 41 milliseconds