Searched refs:mImeLocales (Results 1 – 2 of 2) sorted by relevance
50 private Set<LocaleStore.LocaleInfo> mImeLocales; field in AppLocaleCollector182 mImeLocales.forEach(info -> langTagsToIgnore.add(info.getLocale().toLanguageTag())); in getIgnoredLocaleList()202 if (mImeLocales == null) { in getSupportedLocaleList()203 mImeLocales = getActiveImeLocales(); in getSupportedLocaleList()237 existsInIme = addSystemSuggestionFlag(localeInfo, mImeLocales); in getSupportedLocaleList()268 localeSet = filterSupportedLocales(mImeLocales, result.mAppSupportedLocales); in getSupportedLocaleList()314 for (LocaleStore.LocaleInfo imeLocale : mImeLocales) { in addImeSuggestionFlag()
56 private Set<LocaleInfo> mImeLocales; field in AppLocaleCollectorTest116 mImeLocales = Collections.emptySet(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()124 doReturn(mImeLocales).when(mAppLocaleCollector).getActiveImeLocales(); in testGetSupportedLocaleList_filterNonAppsupportedSystemLanguage()151 mImeLocales = initImeLocales(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()160 doReturn(mImeLocales).when(mAppLocaleCollector).getActiveImeLocales(); in testGetSupportedLocaleList_withActiveLocalesFromOtherAppAndIme()