Searched defs:ContactsCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java49 private static ContactsCache sContactCache;
358 sContactCache = new ContactsCache(context);
376 private static class ContactsCache { class in class:Contact
474 private ContactsCache(Context context) { method in class:Contact.ContactsCache
479 synchronized (ContactsCache.this) {
518 }, "Contact.ContactsCache.TaskStack worker thread");
757 // access to mListeners is synchronized on ContactsCache
1089 synchronized (ContactsCache.this) {
1128 synchronized (ContactsCache.this) {
1139 // Remove a contact from the ContactsCache base
[all...]

Completed in 32 milliseconds