Home
last modified time | relevance | path

Searched refs:getSupportedLocaleList (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DSystemLocaleCollector.java52 public Set<LocaleStore.LocaleInfo> getSupportedLocaleList(LocaleStore.LocaleInfo parent, in getSupportedLocaleList() method in SystemLocaleCollector
DLocalePickerWithRegion.java87 Set<LocaleStore.LocaleInfo> getSupportedLocaleList(LocaleStore.LocaleInfo parent, in getSupportedLocaleList() method
169 mLocaleList = localePickerController.getSupportedLocaleList( in setListener()
DAppLocaleCollector.java194 public Set<LocaleStore.LocaleInfo> getSupportedLocaleList(LocaleStore.LocaleInfo parent, in getSupportedLocaleList() method in AppLocaleCollector
/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java130 Set<LocaleInfo> result = mAppLocaleCollector.getSupportedLocaleList(null, true, false); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
166 Set<LocaleInfo> result = mAppLocaleCollector.getSupportedLocaleList(null, true, false); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()