Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DLocaleUtils.java63 final String supportedScript = supported.getScript(); in calculateMatchingSubScore() local
64 if (supportedScript.isEmpty() || !supportedScript.equals(maxDesired.getScript())) { in calculateMatchingSubScore()