Searched refs:ARG_CONTACT_IDS (Results 1 – 2 of 2) sorted by relevance
63 public static final String ARG_CONTACT_IDS = "contactIds"; field in ContactMultiDeletionInteraction135 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in setContactIds()149 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in onStart()166 final TreeSet<Long> contactIds = (TreeSet<Long>) args.getSerializable(ARG_CONTACT_IDS); in onCreateLoader()
57 private static final String ARG_CONTACT_IDS = "contactIds"; field in GroupMemberPickerFragment179 args.putStringArrayList(ARG_CONTACT_IDS, contactIds); in newInstance()199 mContactIds = getArguments().getStringArrayList(ARG_CONTACT_IDS); in onCreate()