Searched refs:mDefaultLocale (Results 1 – 3 of 3) sorted by relevance
41 private Locale mDefaultLocale; field in TimeMigrationUtilsTest46 mDefaultLocale = Locale.getDefault(); in setUp()52 Locale.setDefault(mDefaultLocale); in tearDown()
979 private final String[] mDefaultLocale; field in TextToSpeechService.SynthesisSpeechItem997 mDefaultLocale = getSettingsLocale(); in SynthesisSpeechItem()1075 if (!hasLanguage()) return mDefaultLocale[1]; in getCountry()1080 if (!hasLanguage()) return mDefaultLocale[2]; in getVariant()1085 return getStringParam(mParams, Engine.KEY_PARAM_LANGUAGE, mDefaultLocale[0]); in getLanguage()
51376 Landroid/speech/tts/TextToSpeechService$SynthesisSpeechItem;->mDefaultLocale:[Ljava/lang/String;