Searched refs:phoneticKey (Results 1 – 1 of 1) sorted by relevance
78 String phoneticKey = StringUtils.soundex(p.first.toLowerCase()); in indexContacts()79 Set<Contact> contactSet = contactsForPhoneticKey.computeIfAbsent(phoneticKey, in indexContacts()83 p.second.getLookupKey(), p.first.toLowerCase(), phoneticKey)); in indexContacts()108 String phoneticKey = StringUtils.soundex(normalizedInput); in getContact() local111 contactsForPhoneticKey = mContactsByPhoneticKey.get(phoneticKey); in getContact()119 + " phonetic key: " + phoneticKey in getContact()