Home
last modified time | relevance | path

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

/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
DTimeZonePickerUtils.java39 private Locale mDefaultLocale; field in TimeZonePickerUtils
73 if (!defaultLocale.equals(mDefaultLocale)) { in getGmtDisplayName()
76 mDefaultLocale = defaultLocale; in getGmtDisplayName()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeechService.java913 private final String[] mDefaultLocale; field in TextToSpeechService.SynthesisSpeechItemV1
926 mDefaultLocale = getSettingsLocale(); in SynthesisSpeechItemV1()
1005 if (!hasLanguage()) return mDefaultLocale[1]; in getCountry()
1010 if (!hasLanguage()) return mDefaultLocale[2]; in getVariant()
1015 return getStringParam(mParams, Engine.KEY_PARAM_LANGUAGE, mDefaultLocale[0]); in getLanguage()