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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 113 private Parcelable mListState;
271 mListState = savedState.getParcelable(KEY_LIST_STATE);
835 if (mListState != null) {
836 mListView.onRestoreInstanceState(mListState);
837 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 183 private Parcelable mListState;
249 mListState = savedInstanceState.getParcelable(KEY_LIST_STATE);
465 if (mListState != null) {
466 mListView.onRestoreInstanceState(mListState);
467 mListState = null;
    [all...]

Completed in 119 milliseconds