Searched refs:getSystemCurrentLocales (Results 1 – 3 of 3) sorted by relevance
84 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
160 public Set<LocaleStore.LocaleInfo> getSystemCurrentLocales() { in getSystemCurrentLocales() method in AppLocaleCollector161 Set<LocaleStore.LocaleInfo> sysLocales = LocaleStore.getSystemCurrentLocales(); in getSystemCurrentLocales()230 filterSupportedLocales(getSystemCurrentLocales(), result.mAppSupportedLocales); in getSupportedLocaleList()
411 public static Set<LocaleInfo> getSystemCurrentLocales() { in getSystemCurrentLocales() method in LocaleStore