Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java50 private Set<LocaleStore.LocaleInfo> mImeLocales; field in AppLocaleCollector
182 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()
/frameworks/base/tests/Internal/src/com/android/internal/app/
DAppLocaleCollectorTest.java56 private Set<LocaleInfo> mImeLocales; field in AppLocaleCollectorTest
116 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()