Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/data/
DContact.java471 private final HashMap<String, ArrayList<Contact>> mContactsHash = field in Contact.ContactsCache
481 for (String key : mContactsHash.keySet()) { in dump()
482 ArrayList<Contact> alc = mContactsHash.get(key); in dump()
653 mContactsHash.put(key(entry.mNumber, sStaticKeyBuffer), value); in getContactInfoForPhoneUris()
1097 ArrayList<Contact> candidates = mContactsHash.get(key); in internalGet()
1115 mContactsHash.put(key, candidates); in internalGet()
1129 for (ArrayList<Contact> alc : mContactsHash.values()) { in invalidate()
1148 ArrayList<Contact> candidates = mContactsHash.get(key); in remove()
1166 mContactsHash.remove(key); in remove()