Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java355 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
393 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
407 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
415 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
425 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
433 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
440 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
449 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/java/android/view/textclassifier/
DModelFileManager.java162 final List<Locale> supportedLocales = new ArrayList<>(); in createModelFile() local
208 public ModelFile(File file, int version, List<Locale> supportedLocales, in ModelFile()
/frameworks/base/core/tests/coretests/src/android/content/res/
DResourcesLocaleTest.java54 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java339 String[] supportedLocales) { in resolveLocales()
385 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local