Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/res/cts/
DConfigurationTest.java132 cfg1.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()
133 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
135 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
136 cfg2.setLocales(LocaleList.forLanguageTags("fr")); in testCompareTo()
139 cfg1.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
140 cfg2.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()
142 cfg1.setLocales(LocaleList.forLanguageTags("fr,en-US")); in testCompareTo()
143 cfg2.setLocales(LocaleList.forLanguageTags("fr,en")); in testCompareTo()
311 config.setLocales(LocaleList.forLanguageTags("fr,en")); in testDiff()
673 config.setLocales(LocaleList.forLanguageTags("fr")); in testFixUpLocaleList()
[all …]
DResourcesTest.java296 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyLocaleIsOverridden()
312 cfg.setLocales(LocaleList.forLanguageTags("az-Arab,ru")); in testUpdateConfiguration_copyLocales()
327 cfg.setLocales(LocaleList.forLanguageTags("az-Arab")); in testUpdateConfiguration_emptyAfterUpdate()
332 res.getConfiguration().setLocales(null); in testUpdateConfiguration_emptyAfterUpdate()
333 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.java331 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/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java157 config.setLocales(LocaleList.forLanguageTags("en-US,en-XC")); in runTestUpdateResourcesConfiguration()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java193 newConfig.setLocales(LocaleList.forLanguageTags("ar")); in testListEllipsize_rtl()
217 newConfig.setLocales(previousLocales); in testListEllipsize_rtl()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13783 method public void setLocales(@Nullable android.os.LocaleList);