Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java47 private int mSuggestionFlags; field in LocaleStore.LocaleInfo
58 this.mSuggestionFlags = SUGGESTION_TYPE_NONE; in LocaleInfo()
107 return mSuggestionFlags != SUGGESTION_TYPE_NONE; in isSuggested()
114 return (mSuggestionFlags & suggestionMask) == suggestionMask; in isSuggestionOfType()
230 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in updateSimCountries()
251 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in addSuggestedLocalesForRegion()
275 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in fillCache()
283 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in fillCache()
312 cachedLocale.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_CFG; in fillCache()