Searched refs:mDelayedContactChanges (Results 1 – 1 of 1) sorted by relevance
/packages/apps/IM/src/com/android/im/service/ |
D | ContactListManagerAdapter.java | 411 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()
|