Searched refs:mDefaultLocale (Results 1 – 2 of 2) sorted by relevance
39 private Locale mDefaultLocale; field in TimeZonePickerUtils73 if (!defaultLocale.equals(mDefaultLocale)) { in getGmtDisplayName()76 mDefaultLocale = defaultLocale; in getGmtDisplayName()
960 private final String[] mDefaultLocale; field in TextToSpeechService.SynthesisSpeechItem978 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()