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

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

Completed in 82 milliseconds