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.java49 private int mSuggestionFlags; field in LocaleStore.LocaleInfo
60 this.mSuggestionFlags = SUGGESTION_TYPE_NONE; in LocaleInfo()
112 return mSuggestionFlags != SUGGESTION_TYPE_NONE; in isSuggested()
119 return (mSuggestionFlags & suggestionMask) == suggestionMask; in isSuggestionOfType()
237 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in updateSimCountries()
258 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in addSuggestedLocalesForRegion()
283 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in fillCache()
291 li.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_SIM; in fillCache()
320 cachedLocale.mSuggestionFlags |= LocaleInfo.SUGGESTION_TYPE_CFG; in fillCache()