Searched defs:supportedLocales (Results 1 – 6 of 6) sorted by relevance
387 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()
50 @NonNull Set<Locale> supportedLocales, int recognitionModeFlags) { in KeyphraseMetadata()177 ArraySet<Locale> supportedLocales = (ArraySet) in.readArraySet(null); in KeyphraseMetadata() local
89 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local
237 @NonNull LocaleList supportedLocales, in InlineSuggestionsRequest()443 LocaleList supportedLocales = (LocaleList) in.readTypedObject(LocaleList.CREATOR); in InlineSuggestionsRequest() local
675 String[] supportedLocales) { in resolveLocales()791 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local
276 ArrayList<LocaleInfo> supportedLocales = new ArrayList<>(); in getFakeSupportedLocales() local