Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java96 private static final String KEY_MEMBERS_TO_REMOVE = "membersToRemove"; field in GroupEditorFragment
284 outState.putParcelableArrayList(KEY_MEMBERS_TO_REMOVE, mListMembersToRemove); in onSaveInstanceState()
302 mListMembersToRemove = state.getParcelableArrayList(KEY_MEMBERS_TO_REMOVE); in onRestoreInstanceState()