Home | History | Annotate | Download | only in detail

Lines Matching refs:KEY_LIST_STATE

133     private static final String KEY_LIST_STATE = "liststate";
255 mListState = savedInstanceState.getParcelable(KEY_LIST_STATE);
264 outState.putParcelable(KEY_LIST_STATE, mListView.onSaveInstanceState());