Searched refs:getStateKey (Results 1 – 1 of 1) sorted by relevance
116 long[] checkedIds = savedInstanceState.getLongArray(getStateKey()); in restoreInstanceState()138 outState.putLongArray(getStateKey(), mListView.getCheckedItemIds()); in saveInstanceState()144 private String getStateKey() { in getStateKey() method in MultiSelectionUtil.Controller