Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java69 final String supportedCountry = supported.getCountry(); in calculateMatchingSubScore() local
70 if (supportedCountry.isEmpty() || !supportedCountry.equals(maxDesired.getCountry())) { in calculateMatchingSubScore()