Searched refs:matchWith (Results 1 – 1 of 1) sorted by relevance
2048 String matchWith = compareWithPackage ? suggested : suggestedBase; in addTypoSuggestions() local2049 if (Math.abs(actualBase.length() - matchWith.length()) > maxDistance) { in addTypoSuggestions()2055 if (LintUtils.editDistance(actualBase, matchWith) <= maxDistance) { in addTypoSuggestions()