Home
last modified time | relevance | path

Searched refs:supportedLocale (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DLocaleList.java365 private int findFirstMatchIndex(Locale supportedLocale) { in findFirstMatchIndex() argument
367 final int score = matchScore(supportedLocale, mList[idx]); in findFirstMatchIndex()
397 final Locale supportedLocale = Locale.forLanguageTag(languageTag); in computeFirstMatchIndex() local
400 final int idx = findFirstMatchIndex(supportedLocale); in computeFirstMatchIndex()