Searched refs:normalizedInput (Results 1 – 1 of 1) sorted by relevance
107 String normalizedInput = query.toLowerCase().trim(); in getContact() local108 String phoneticKey = StringUtils.soundex(normalizedInput); in getContact()130 int newDistance = StringUtils.getMinDistance(normalizedInput, c.getDisplayName(), in getContact()