Searched refs:currentBestMatch (Results 1 – 2 of 2) sorted by relevance
181 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); in getCachedWordLists() local182 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()
411 final WordListInfo currentBestMatch = dicts.get(wordListCategory); in getDictionaryWordListsForLocale() local412 if (null == currentBestMatch in getDictionaryWordListsForLocale()413 || currentBestMatch.mMatchLevel < matchLevel) { in getDictionaryWordListsForLocale()