Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java447 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported() method in LocaleList
/frameworks/base/core/java/android/content/res/
DResourcesImpl.java426 final Locale bestLocale = locales.getFirstMatchWithEnglishSupported( in updateConfiguration()