Searched refs:KEY_MEMBERS_TO_REMOVE (Results 1 – 1 of 1) sorted by relevance
96 private static final String KEY_MEMBERS_TO_REMOVE = "membersToRemove"; field in GroupEditorFragment284 outState.putParcelableArrayList(KEY_MEMBERS_TO_REMOVE, mListMembersToRemove); in onSaveInstanceState()302 mListMembersToRemove = state.getParcelableArrayList(KEY_MEMBERS_TO_REMOVE); in onRestoreInstanceState()