Searched refs:defaultLocale (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java157 Locale defaultLocale = Locale.getDefault();
164 defaultLocale.getISO3Language(),
165 defaultLocale.getISO3Country().toUpperCase(),
166 defaultLocale.getVariant());
169 defaultLocale.getISO3Language(),
170 defaultLocale.getISO3Country(),
171 defaultLocale.getVariant());
178 assertEquals(defaultLocale.getISO3Language(), req.getValue().getLanguage());
179 assertEquals(defaultLocale.getISO3Country(), req.getValue().getCountry());
181 assertEquals(defaultLocale
[all...]
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZonePickerUtils.java72 final Locale defaultLocale = Locale.getDefault();
73 if (!defaultLocale.equals(mDefaultLocale)) {
76 mDefaultLocale = defaultLocale;
H A DTimeZoneData.java483 final Locale defaultLocale = Locale.getDefault();
488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale);
495 if (mBackupCountryCodes == null || !defaultLocale.equals(mBackupCountryLocale)) {
496 mBackupCountryLocale = defaultLocale;
/frameworks/base/core/java/android/os/
H A DLocaleList.java481 final Locale defaultLocale = Locale.getDefault();
483 if (!defaultLocale.equals(sLastDefaultLocale)) {
484 sLastDefaultLocale = defaultLocale;
489 && defaultLocale.equals(sDefaultLocaleList.get(0))) {
494 sDefaultLocaleList = new LocaleList(defaultLocale, sLastExplicitlySetLocaleList);
/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java255 Locale defaultLocale = Locale.getDefault();
256 if (defaultLocale != null) {
257 return new Country(defaultLocale.getCountry(), Country.COUNTRY_SOURCE_LOCALE);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java141 String[] defaultLocale = getSettingsLocale();
144 onLoadLanguage(defaultLocale[0], defaultLocale[1], defaultLocale[2]);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2689 const String8 defaultLocale; local
2786 const String8 defaultLocale; local
2793 if (configSrcMap.count(defaultLocale) == 0) {
2835 configSrcMap.count(defaultLocale) == 0) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 215 milliseconds