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()
913 private final String[] mDefaultLocale; field in TextToSpeechService.SynthesisSpeechItemV1926 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()