Home
last modified time | relevance | path

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

/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java84 mAppLocaleCollector.getSystemCurrentLocales(); in testGetSystemCurrentLocales()
107 mSystemCurrentLocales = getSystemCurrentLocales(new String[] { in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
128 mAppLocaleCollector).getSystemCurrentLocales(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
164 mAppLocaleCollector).getSystemCurrentLocales(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()
245 private Set<LocaleStore.LocaleInfo> getSystemCurrentLocales(String []languageTags) { in getSystemCurrentLocales() method in AppLocaleCollectorTest
/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java160 public Set<LocaleStore.LocaleInfo> getSystemCurrentLocales() { in getSystemCurrentLocales() method in AppLocaleCollector
161 Set<LocaleStore.LocaleInfo> sysLocales = LocaleStore.getSystemCurrentLocales(); in getSystemCurrentLocales()
230 filterSupportedLocales(getSystemCurrentLocales(), result.mAppSupportedLocales); in getSupportedLocaleList()
DLocaleStore.java411 public static Set<LocaleInfo> getSystemCurrentLocales() { in getSystemCurrentLocales() method in LocaleStore