Home
last modified time | relevance | path

Searched defs:systemLocales (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/locale/src/android/localemanager/cts/
DLocaleManagerTests.java331 LocaleList systemLocales = LocaleList.getDefault(); in testSetApplicationLocales_getDefaultLocaleList_returnsCorrectList() local
643 private LocaleList combineLocales(LocaleList appLocales, LocaleList systemLocales) { in combineLocales()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowQueryTest.java756 final LocaleList systemLocales = manager.getSystemLocales(); in testWindowLocale_setGet() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java3319 List<Locale> systemLocales = new ArrayList<Locale>(locales.length); in maybeInitializeSystemLocales() local