Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java181 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); in getCachedWordLists() local
182 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java411 final WordListInfo currentBestMatch = dicts.get(wordListCategory); in getDictionaryWordListsForLocale() local
412 if (null == currentBestMatch in getDictionaryWordListsForLocale()
413 || currentBestMatch.mMatchLevel < matchLevel) { in getDictionaryWordListsForLocale()