HomeSort by relevance Sort by last modified time
    Searched defs:getFirstMatchIndexWithEnglishSupported (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/os/
LocaleList.java 446 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) {
453 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) {
454 return getFirstMatchIndexWithEnglishSupported(Arrays.asList(supportedLocales));
  /frameworks/support/compat/src/main/java/androidx/core/os/
LocaleListHelper.java 436 int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) {
444 int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) {
445 return getFirstMatchIndexWithEnglishSupported(Arrays.asList(supportedLocales));

Completed in 1195 milliseconds