Searched defs:getFirstMatch (Results 1 - 4 of 4) sorted by last modified time

/frameworks/support/compat/src/main/java/androidx/core/os/
H A DLocaleListCompat.java95 public Locale getFirstMatch(String[] supportedLocales) { method in class:LocaleListCompat.LocaleListCompatBaseImpl
97 return mLocaleList.getFirstMatch(supportedLocales);
161 public Locale getFirstMatch(String[] supportedLocales) { method in class:LocaleListCompat.LocaleListCompatApi24Impl
163 return mLocaleList.getFirstMatch(supportedLocales);
267 public Locale getFirstMatch(String[] supportedLocales) { method in class:LocaleListCompat
268 return IMPL.getFirstMatch(supportedLocales);
H A DLocaleListHelper.java407 Locale getFirstMatch(String[] supportedLocales) { method in class:LocaleListHelper
422 * Same as getFirstMatch(), but with English assumed to be supported, even if it's not.
H A DLocaleListInterface.java61 Locale getFirstMatch(String[] supportedLocales); method in interface:LocaleListInterface
/frameworks/base/core/java/android/os/
H A DLocaleList.java420 public Locale getFirstMatch(String[] supportedLocales) { method in class:LocaleList
434 * Same as getFirstMatch(), but with English assumed to be supported, even if it's not.

Completed in 91 milliseconds