Searched refs:getIntParam (Results 1 – 1 of 1) sorted by relevance
906 int getIntParam(Bundle params, String key, int defaultValue) { in getIntParam() method in TextToSpeechService.UtteranceSpeechItem939 return getIntParam(mParams, Engine.KEY_PARAM_RATE, getDefaultSpeechRate()); in getSpeechRate()943 return getIntParam(mParams, Engine.KEY_PARAM_PITCH, getDefaultPitch()); in getPitch()