Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java52 public static final int SUGGESTION_TYPE_NONE = 0; field in LocaleStore.LocaleInfo
76 SUGGESTION_TYPE_NONE,
111 this.mSuggestionFlags = SUGGESTION_TYPE_NONE; in LocaleInfo()
182 return mSuggestionFlags != SUGGESTION_TYPE_NONE; in isSuggested()
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/app/
H A DAppLocaleCollectorTest.java61 private static final int NONE = LocaleInfo.SUGGESTION_TYPE_NONE;