Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java217 public LocaleList(@NonNull Locale topLocale, LocaleList otherLocales) { in LocaleList() argument
218 if (topLocale == null) { in LocaleList()
225 if (topLocale.equals(otherLocales.mList[i])) { in LocaleList()
233 localeList[0] = (Locale) topLocale.clone(); in LocaleList()