Searched refs:currentBestMatch (Results 1 – 1 of 1) sorted by relevance
268 final FileAndMatchLevel currentBestMatch = cacheFiles.get(category); in getCachedWordLists() local269 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()