Searched defs:supportedLocales (Results 1 – 5 of 5) sorted by relevance
355 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()
31 public final ArraySet<Locale> supportedLocales; field in KeyphraseMetadata34 public KeyphraseMetadata(int id, String keyphrase, ArraySet<Locale> supportedLocales, in KeyphraseMetadata()
162 final List<Locale> supportedLocales = new ArrayList<>(); in createModelFile() local208 public ModelFile(File file, int version, List<Locale> supportedLocales, in ModelFile()
54 final String[] supportedLocales = resources.getAssets().getNonSystemLocales(); in ensureNoLanguage() local
339 String[] supportedLocales) { in resolveLocales()385 final String[] supportedLocales = LocalePicker.getSupportedLocales(mContext); in setLocaleData() local