Home
last modified time | relevance | path

Searched refs:getSystemSupportedLocale (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java151 public Set<LocaleStore.LocaleInfo> getSystemSupportedLocale(Set<String> langTagsToIgnore, in getSystemSupportedLocale() method in AppLocaleCollector
215 systemLocaleList = getSystemSupportedLocale(langTagsToIgnore, parent, translatedOnly); in getSupportedLocaleList()
217 systemLocaleList = getSystemSupportedLocale(langTagsToIgnore, null, translatedOnly); in getSupportedLocaleList()
/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java125 doReturn(mSystemSupportedLocales).when(mAppLocaleCollector).getSystemSupportedLocale( in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
161 doReturn(mSystemSupportedLocales).when(mAppLocaleCollector).getSystemSupportedLocale( in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()