Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java59 ULocale maxDesired = ULocale.addLikelySubtags(desired); in calculateMatchingSubScore() local
64 if (supportedScript.isEmpty() || !supportedScript.equals(maxDesired.getScript())) { in calculateMatchingSubScore()
70 if (supportedCountry.isEmpty() || !supportedCountry.equals(maxDesired.getCountry())) { in calculateMatchingSubScore()
81 if ((desiredScript.isEmpty() || desiredScript.equals(maxDesired.getScript())) in calculateMatchingSubScore()
82 && (desiredCountry.isEmpty() || desiredCountry.equals(maxDesired.getCountry()))) { in calculateMatchingSubScore()