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.java479 private final HashMap<String, ArrayList<Contact>> mContactsHash = field in Contact.ContactsCache
489 for (String key : mContactsHash.keySet()) { in dump()
490 ArrayList<Contact> alc = mContactsHash.get(key); in dump()
661 mContactsHash.put(key(entry.mNumber, sStaticKeyBuffer), value); in getContactInfoForPhoneUris()
1117 ArrayList<Contact> candidates = mContactsHash.get(key); in internalGet()
1135 mContactsHash.put(key, candidates); in internalGet()
1149 for (ArrayList<Contact> alc : mContactsHash.values()) { in invalidate()
1168 ArrayList<Contact> candidates = mContactsHash.get(key); in remove()
1186 mContactsHash.remove(key); in remove()