Home
last modified time | relevance | path

Searched refs:phoneticKey (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DContactsProvider.java78 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() local
111 contactsForPhoneticKey = mContactsByPhoneticKey.get(phoneticKey); in getContact()
119 + " phonetic key: " + phoneticKey in getContact()