Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java464 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported() method in LocaleList
471 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported() method in LocaleList
472 return getFirstMatchIndexWithEnglishSupported(Arrays.asList(supportedLocales)); in getFirstMatchIndexWithEnglishSupported()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt37020 Landroid/os/LocaleList;->getFirstMatchIndexWithEnglishSupported(Ljava/util/Collection;)I
37021 Landroid/os/LocaleList;->getFirstMatchIndexWithEnglishSupported([Ljava/lang/String;)I