Home
last modified time | relevance | path

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

/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DContactsProvider.java45 private Map<String, Set<Contact>> mContactsByPhoneticKey = new HashMap<>(); field in ContactsProvider
70 mContactsByPhoneticKey = new HashMap<>(); in indexContacts()
92 mContactsByPhoneticKey = contactsForPhoneticKey; in indexContacts()
111 contactsForPhoneticKey = mContactsByPhoneticKey.get(phoneticKey); in getContact()