Searched defs:getFirstMatchIndexWithEnglishSupported (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLocaleList.java446 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { method in class:LocaleList
453 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { method in class:LocaleList
454 return getFirstMatchIndexWithEnglishSupported(Arrays.asList(supportedLocales));
/frameworks/support/compat/src/main/java/androidx/core/os/
H A DLocaleListHelper.java436 int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { method in class:LocaleListHelper
444 int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { method in class:LocaleListHelper
445 return getFirstMatchIndexWithEnglishSupported(Arrays.asList(supportedLocales));

Completed in 31 milliseconds