Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java49 private Set<LocaleStore.LocaleInfo> mAllAppActiveLocales; field in AppLocaleCollector
179 mAllAppActiveLocales.forEach( in getIgnoredLocaleList()
199 if (mAllAppActiveLocales == null) { in getSupportedLocaleList()
200 mAllAppActiveLocales = getAllAppActiveLocales(); in getSupportedLocaleList()
236 existsInApp = addSystemSuggestionFlag(localeInfo, mAllAppActiveLocales); in getSupportedLocaleList()
255 Set<LocaleStore.LocaleInfo> localeSet = filterSupportedLocales(mAllAppActiveLocales, in getSupportedLocaleList()
/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java55 private Set<LocaleInfo> mAllAppActiveLocales; field in AppLocaleCollectorTest
115 mAllAppActiveLocales = Collections.emptySet(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
123 doReturn(mAllAppActiveLocales).when(mAppLocaleCollector).getAllAppActiveLocales(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()
150 mAllAppActiveLocales = initAllAppActivatedLocales(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()
159 doReturn(mAllAppActiveLocales).when(mAppLocaleCollector).getAllAppActiveLocales(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()