Home
last modified time | relevance | path

Searched refs:setLocales (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java105 cfg1.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()
106 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
108 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
109 cfg2.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()
112 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
113 cfg2.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()
115 cfg1.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()
116 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
200 config.setLocales(LocaleList.forLanguageTags("fr,en")); in testDiff()
506 config.setLocales(LocaleList.forLanguageTags("fr")); in testFixUpLocaleList()
[all …]
DResourcesTest.java264 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyLocaleIsOverridden()
279 cfg.setLocales(LocaleList.forLanguageTags("az-Arab,ru")); in testUpdateConfiguration_copyLocales()
293 cfg.setLocales(LocaleList.forLanguageTags("az-Arab")); in testUpdateConfiguration_emptyAfterUpdate()
298 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()
299 cfg.setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_fonts_cts_SystemFonts.cpp115 FontMatcher& setLocales(const std::string& locales) { in setLocales() function in __anon6417662e0111::FontMatcher
197 .setLocales(langTagsChars.c_str()) in nMatchFamilyStyleCharacter()
211 .setLocales(langTagsChars.c_str()) in nMatchFamilyStyleCharacter_runLength()
/cts/tests/tests/text/src/android/text/format/cts/
DFormatterTest.java48 config.setLocales(new LocaleList(Locale.US)); in testFormatFileSize()
88 config.setLocales(new LocaleList(Locale.US)); in testFormatShortFileSize()
DDateFormatTest.java330 config.setLocales(new LocaleList(Locale.JAPAN)); in test_ContextLocaleIsUsed()
/cts/tests/tests/text/src/android/text/style/cts/
DSuggestionSpanTest.java57 overrideConfig.setLocales(new LocaleList(locale)); in testConstructorWithContext()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java182 newConfig.setLocales(LocaleList.forLanguageTags("ar")); in testListEllipsize_rtl()
203 newConfig.setLocales(previousLocales); in testListEllipsize_rtl()