Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java60 public static final String ARG_CONTACT_IDS = "contactIds"; field in ContactMultiDeletionInteraction
127 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in setContactIds()
141 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in onStart()
158 final TreeSet<Long> contactIds = (TreeSet<Long>) args.getSerializable(ARG_CONTACT_IDS); in onCreateLoader()