HomeSort by relevance Sort by last modified time
    Searched refs:mListState (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 120 private Parcelable mListState;
280 mListState = savedState.getParcelable(KEY_LIST_STATE);
853 if (mListState != null) {
854 mListView.onRestoreInstanceState(mListState);
855 mListState = null;
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 118 Parcelable mListState = null;
390 if (mListState != null) {
391 getListView().onRestoreInstanceState(mListState);
396 mListState = null;
420 mListState = icicle.getParcelable(LIST_STATE_KEY);

Completed in 3962 milliseconds