Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/os/
DLocaleListHelper.java352 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
390 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
407 Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
416 int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
427 Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
436 int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
444 int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
454 static boolean isPseudoLocalesOnly(@Nullable String[] supportedLocales) { in isPseudoLocalesOnly()
DLocaleListCompat.java95 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
161 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
267 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
DLocaleListInterface.java61 Locale getFirstMatch(String[] supportedLocales); in getFirstMatch()
/frameworks/base/core/java/android/os/
DLocaleList.java368 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
406 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
420 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
428 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
438 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
446 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
453 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
462 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
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java344 String[] supportedLocales) { in resolveLocales()
390 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifierImpl.java478 final List<Locale> supportedLocales = new ArrayList<>(); in fromPath() local
557 private ModelFile(String path, String name, int version, List<Locale> supportedLocales, in ModelFile()