Home
last modified time | relevance | path

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

/packages/apps/IM/src/com/android/im/service/
DContactListManagerAdapter.java411 private Vector<StoredContactChange> mDelayedContactChanges = field in ContactListManagerAdapter.ContactListListenerAdapter
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()