Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionarySettingsFragment.java323 final String matchLevelString = LocaleUtils.getMatchLevelSortedString(matchLevel); in createInstalledDictSettingsCollection() local
327 final String key = matchLevelString + "." + description + "." + wordlistId; in createInstalledDictSettingsCollection()