Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLocaleList.java387 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
425 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
439 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
447 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
457 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
465 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
472 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
481 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.java89 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local
/frameworks/base/core/java/android/view/inputmethod/
DInlineSuggestionsRequest.java237 @NonNull LocaleList supportedLocales, in InlineSuggestionsRequest()
443 LocaleList supportedLocales = (LocaleList) in.readTypedObject(LocaleList.CREATOR); in InlineSuggestionsRequest() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsHelper.java675 String[] supportedLocales) { in resolveLocales()
791 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local
/frameworks/base/tests/Internal/src/com/android/internal/app/
DLocaleStoreTest.java276 ArrayList<LocaleInfo> supportedLocales = new ArrayList<>(); in getFakeSupportedLocales() local