Searched defs:LocaleList (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLocaleList.java33 * LocaleList is an immutable list of Locales, typically used to keep an ordered list of user
36 public final class LocaleList implements Parcelable { class in inherits:Parcelable
38 // This is a comma-separated list of the locales in the LocaleList created at construction time,
45 private static final LocaleList sEmptyLocaleList = new LocaleList();
58 * Returns whether the {@link LocaleList} contains no {@link Locale} items.
60 * @return {@code true} if this {@link LocaleList} has no {@link Locale} items, {@code false}
68 * Returns the number of {@link Locale} items in this {@link LocaleList}.
76 * Searches this {@link LocaleList} for the specified {@link Locale} and returns the index of
97 if (!(other instanceof LocaleList))
159 public LocaleList(@NonNull Locale... list) { method in class:LocaleList
194 public LocaleList(@NonNull Locale topLocale, LocaleList otherLocales) { method in class:LocaleList
[all...]

Completed in 41 milliseconds