Home
last modified time | relevance | path

Searched defs:supportedLocales (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
DLocaleList.java343 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
381 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
395 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
403 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
413 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
421 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
428 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
437 public static boolean isPseudoLocalesOnly(@Nullable String[] supportedLocales) { in isPseudoLocalesOnly()
/frameworks/base/core/java/android/hardware/soundtrigger/
DKeyphraseMetadata.java31 public final ArraySet<Locale> supportedLocales; field in KeyphraseMetadata
34 public KeyphraseMetadata(int id, String keyphrase, ArraySet<Locale> supportedLocales, in KeyphraseMetadata()
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesLocaleTest.java53 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local