Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/inputmethod/
DLocaleUtils.java60 final String supportedScript = supported.getScript(); in calculateMatchingSubScore() local
61 if (supportedScript.isEmpty() || !supportedScript.equals(desired.getScript())) { in calculateMatchingSubScore()