Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DAppLocaleCollector.java236 existsInApp = addSystemSuggestionFlag(localeInfo, mAllAppActiveLocales); in getSupportedLocaleList()
237 existsInIme = addSystemSuggestionFlag(localeInfo, mImeLocales); in getSupportedLocaleList()
299 private boolean addSystemSuggestionFlag(LocaleStore.LocaleInfo localeInfo, in addSystemSuggestionFlag() method in AppLocaleCollector