Searched refs:mSuggestionFlags (Results 1 – 1 of 1) sorted by relevance
49 private int mSuggestionFlags; field in LocaleStore.LocaleInfo60 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()