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

/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListCompat.java32 public final class LocaleListCompat { class
34 private static final LocaleListCompat sEmptyLocaleList = new LocaleListCompat();
74 return mLocaleList.equals(((LocaleListCompat) other).unwrap());
140 return mLocaleList.equals(((LocaleListCompat) other).unwrap());
176 private LocaleListCompat() {} method in class:LocaleListCompat
179 * Creates a new instance of {@link LocaleListCompat} from the Locale list.
182 public static LocaleListCompat wrap(Object object) {
183 LocaleListCompat instance = new LocaleListCompat();
[all...]

Completed in 55 milliseconds