Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java75 private TreeSet<Long> mContactIds; field in ContactMultiDeletionInteraction
123 mContactIds = contactIds; in setContactIds()
127 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in setContactIds()
141 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in onStart()
279 outState.putSerializable(KEY_CONTACTS_IDS, mContactIds); in onSaveInstanceState()
287 mContactIds = (TreeSet<Long>) savedInstanceState.getSerializable(KEY_CONTACTS_IDS); in onActivityCreated()