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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 122 private Parcelable mListState;
284 mListState = savedState.getParcelable(KEY_LIST_STATE);
877 if (mListState != null) {
878 mListView.onRestoreInstanceState(mListState);
879 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);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 190 private Parcelable mListState;
256 mListState = savedInstanceState.getParcelable(KEY_LIST_STATE);
475 if (mListState != null) {
476 mListView.onRestoreInstanceState(mListState);
477 mListState = null;
    [all...]

Completed in 66 milliseconds