Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DLocaleList.java444 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported() method in LocaleList
451 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported() method in LocaleList
452 return getFirstMatchIndexWithEnglishSupported(Arrays.asList(supportedLocales)); in getFirstMatchIndexWithEnglishSupported()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37663 Landroid/os/LocaleList;->getFirstMatchIndexWithEnglishSupported(Ljava/util/Collection;)I
37664 Landroid/os/LocaleList;->getFirstMatchIndexWithEnglishSupported([Ljava/lang/String;)I