Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java63 public static final String ARG_CONTACT_IDS = "contactIds"; field in ContactMultiDeletionInteraction
135 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()
/packages/apps/Contacts/src/com/android/contacts/list/
DGroupMemberPickerFragment.java57 private static final String ARG_CONTACT_IDS = "contactIds"; field in GroupMemberPickerFragment
179 args.putStringArrayList(ARG_CONTACT_IDS, contactIds); in newInstance()
199 mContactIds = getArguments().getStringArrayList(ARG_CONTACT_IDS); in onCreate()