Searched refs:getIntParam (Results 1 – 2 of 2) sorted by relevance
925 int getIntParam(Bundle params, String key, int defaultValue) { in getIntParam() method in TextToSpeechService.UtteranceSpeechItem958 return getIntParam(mParams, Engine.KEY_PARAM_RATE, getDefaultSpeechRate()); in getSpeechRate()962 return getIntParam(mParams, Engine.KEY_PARAM_PITCH, getDefaultPitch()); in getPitch()
65331 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItem;->getIntParam(Landroid/os/Bundle;Ljava/…