Searched refs:mAllAppActiveLocales (Results 1 – 2 of 2) sorted by relevance
49 private Set<LocaleStore.LocaleInfo> mAllAppActiveLocales; field in AppLocaleCollector179 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()
55 private Set<LocaleInfo> mAllAppActiveLocales; field in AppLocaleCollectorTest115 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()