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.java960 private final String[] mDefaultLocale; field in TextToSpeechService.SynthesisSpeechItem
978 mDefaultLocale = getSettingsLocale(); in SynthesisSpeechItem()
1056 if (!hasLanguage()) return mDefaultLocale[1]; in getCountry()
1061 if (!hasLanguage()) return mDefaultLocale[2]; in getVariant()
1066 return getStringParam(mParams, Engine.KEY_PARAM_LANGUAGE, mDefaultLocale[0]); in getLanguage()