Searched refs:ARG_CONTACT_IDS (Results 1 – 1 of 1) sorted by relevance
60 public static final String ARG_CONTACT_IDS = "contactIds"; field in ContactMultiDeletionInteraction127 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()