Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/service/
DContactListManagerAdapter.java400 private class StoredContactChange { class in ContactListManagerAdapter.ContactListListenerAdapter
405 StoredContactChange(int type, ContactList list, Contact contact) { in StoredContactChange() method in ContactListManagerAdapter.ContactListListenerAdapter.StoredContactChange
411 private Vector<StoredContactChange> mDelayedContactChanges =
412 new Vector<StoredContactChange>();
455 mDelayedContactChanges.add(new StoredContactChange(type, list, contact)); in onContactChange()
476 mDelayedContactChanges.add(new StoredContactChange(type, list, contact)); in onContactChange()
489 mDelayedContactChanges.add(new StoredContactChange(type, list, contact)); in onContactChange()
509 mDelayedContactChanges.add(new StoredContactChange(type, list, contact)); in onContactChange()
533 mDelayedContactChanges.add(new StoredContactChange(type, list, contact)); in onContactChange()
585 for (StoredContactChange change : mDelayedContactChanges) { in handleDelayedContactChanges()