Home
last modified time | relevance | path

Searched refs:getIntParam (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java925 int getIntParam(Bundle params, String key, int defaultValue) { in getIntParam() method in TextToSpeechService.UtteranceSpeechItem
958 return getIntParam(mParams, Engine.KEY_PARAM_RATE, getDefaultSpeechRate()); in getSpeechRate()
962 return getIntParam(mParams, Engine.KEY_PARAM_PITCH, getDefaultPitch()); in getPitch()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51419 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItem;->getIntParam(Landroid/os/Bundle;Ljava/…