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.java63 final String supportedCountry = supported.getCountry(); in calculateMatchingSubScore() local
64 if (supportedCountry.isEmpty() || !supportedCountry.equals(desired.getCountry())) { in calculateMatchingSubScore()