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;
285 mListState = savedState.getParcelable(KEY_LIST_STATE);
884 if (mListState != null) {
885 mListView.onRestoreInstanceState(mListState);
886 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 209 private Parcelable mListState;
246 mListState = savedInstanceState.getParcelable(KEY_LIST_STATE);
480 if (mListState != null) {
481 mListView.onRestoreInstanceState(mListState);
482 mListState = null;
    [all...]

Completed in 214 milliseconds