Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java409 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_RATE, Engine.DEFAULT_RATE); in getDefaultSpeechRate()
413 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_PITCH, Engine.DEFAULT_PITCH); in getDefaultPitch()
421 private int getSecureSettingInt(String name, int defaultValue) { in getSecureSettingInt() method in TextToSpeechService
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt65345 Landroid/speech/tts/TextToSpeechService;->getSecureSettingInt(Ljava/lang/String;I)I