Searched refs:KEY_CONTACTS_IDS (Results 1 – 1 of 1) sorted by relevance
59 private static final String KEY_CONTACTS_IDS = "contactIds"; field in ContactMultiDeletionInteraction279 outState.putSerializable(KEY_CONTACTS_IDS, mContactIds); in onSaveInstanceState()287 mContactIds = (TreeSet<Long>) savedInstanceState.getSerializable(KEY_CONTACTS_IDS); in onActivityCreated()