Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DLocaleList.java366 private int computeFirstMatchIndex(Collection<String> supportedLocales, in computeFirstMatchIndex()
404 private Locale computeFirstMatch(Collection<String> supportedLocales, in computeFirstMatch()
418 public Locale getFirstMatch(String[] supportedLocales) { in getFirstMatch()
426 public int getFirstMatchIndex(String[] supportedLocales) { in getFirstMatchIndex()
436 public Locale getFirstMatchWithEnglishSupported(String[] supportedLocales) { in getFirstMatchWithEnglishSupported()
444 public int getFirstMatchIndexWithEnglishSupported(Collection<String> supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
451 public int getFirstMatchIndexWithEnglishSupported(String[] supportedLocales) { in getFirstMatchIndexWithEnglishSupported()
460 public static boolean isPseudoLocalesOnly(@Nullable String[] supportedLocales) { in isPseudoLocalesOnly()
/aosp14/frameworks/base/core/java/android/hardware/soundtrigger/
H A DKeyphraseMetadata.java50 @NonNull Set<Locale> supportedLocales, int recognitionModeFlags) { in KeyphraseMetadata()
177 ArraySet<Locale> supportedLocales = (ArraySet) in.readArraySet(null); in KeyphraseMetadata() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesLocaleTest.java56 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java531 String[] supportedLocales) { in resolveLocales()
621 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionsRequest.java241 @NonNull LocaleList supportedLocales, in InlineSuggestionsRequest()
447 LocaleList supportedLocales = (LocaleList) in.readTypedObject(LocaleList.CREATOR); in InlineSuggestionsRequest() local
/aosp14/frameworks/base/tests/Internal/src/com/android/internal/app/
H A DLocaleStoreTest.java276 ArrayList<LocaleInfo> supportedLocales = new ArrayList<>(); in getFakeSupportedLocales() local
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...