Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeMigrationUtilsTest.java41 private Locale mDefaultLocale; field in TimeMigrationUtilsTest
46 mDefaultLocale = Locale.getDefault(); in setUp()
52 Locale.setDefault(mDefaultLocale); in tearDown()
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java979 private final String[] mDefaultLocale; field in TextToSpeechService.SynthesisSpeechItem
997 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51376 Landroid/speech/tts/TextToSpeechService$SynthesisSpeechItem;->mDefaultLocale:[Ljava/lang/String;