Searched refs:mContactIds (Results 1 – 1 of 1) sorted by relevance
75 private TreeSet<Long> mContactIds; field in ContactMultiDeletionInteraction123 mContactIds = contactIds; in setContactIds()127 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in setContactIds()141 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in onStart()279 outState.putSerializable(KEY_CONTACTS_IDS, mContactIds); in onSaveInstanceState()287 mContactIds = (TreeSet<Long>) savedInstanceState.getSerializable(KEY_CONTACTS_IDS); in onActivityCreated()