Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DLocaleUtils.java145 public static String getMatchLevelSortedString(final int matchLevel) { in getMatchLevelSortedString() method in LocaleUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java323 final String matchLevelString = LocaleUtils.getMatchLevelSortedString(matchLevel); in createInstalledDictSettingsCollection()