[go: nahoru, domu]

Searched refs:topLocale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLocaleList.java189 * Constructs a locale list, with the topLocale moved to the front if it already is
194 public LocaleList(@NonNull Locale topLocale, LocaleList otherLocales) { argument
195 if (topLocale == null) {
196 throw new NullPointerException("topLocale is null");
202 if (topLocale.equals(otherLocales.mList[i])) {
210 localeList[0] = (Locale) topLocale.clone();
212 // topLocale was not in otherLocales

Completed in 33 milliseconds