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.java57 final String supportedScript = supported.getScript(); in calculateMatchingSubScore() local
58 if (supportedScript.isEmpty() || !supportedScript.equals(desired.getScript())) { in calculateMatchingSubScore()