Searched refs:mContactsByPhoneticKey (Results 1 – 1 of 1) sorted by relevance
45 private Map<String, Set<Contact>> mContactsByPhoneticKey = new HashMap<>(); field in ContactsProvider70 mContactsByPhoneticKey = new HashMap<>(); in indexContacts()92 mContactsByPhoneticKey = contactsForPhoneticKey; in indexContacts()111 contactsForPhoneticKey = mContactsByPhoneticKey.get(phoneticKey); in getContact()