Searched refs:getSystemSupportedLocale (Results 1 – 2 of 2) sorted by relevance
151 public Set<LocaleStore.LocaleInfo> getSystemSupportedLocale(Set<String> langTagsToIgnore, in getSystemSupportedLocale() method in AppLocaleCollector215 systemLocaleList = getSystemSupportedLocale(langTagsToIgnore, parent, translatedOnly); in getSupportedLocaleList()217 systemLocaleList = getSystemSupportedLocale(langTagsToIgnore, null, translatedOnly); in getSupportedLocaleList()
125 doReturn(mSystemSupportedLocales).when(mAppLocaleCollector).getSystemSupportedLocale( in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()161 doReturn(mSystemSupportedLocales).when(mAppLocaleCollector).getSystemSupportedLocale( in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()