Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java356 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
394 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
408 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
416 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
426 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
434 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
441 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
450 public static boolean isPseudoLocalesOnly(@Nullable String[] supportedLocales) { in isPseudoLocalesOnly()
/frameworks/base/core/java/android/hardware/soundtrigger/
DKeyphraseMetadata.java50 @NonNull Set<Locale> supportedLocales, int recognitionModeFlags) { in KeyphraseMetadata()
177 ArraySet<Locale> supportedLocales = (ArraySet) in.readArraySet(null); in KeyphraseMetadata() local
/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.java398 String[] supportedLocales) { in resolveLocales()
444 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionsRequest.java239 @NonNull LocaleList supportedLocales, in InlineSuggestionsRequest()
445 LocaleList supportedLocales = (LocaleList) in.readTypedObject(LocaleList.CREATOR); in InlineSuggestionsRequest() local