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 117 private Parcelable mListState;
277 mListState = savedState.getParcelable(KEY_LIST_STATE);
850 if (mListState != null) {
851 mListView.onRestoreInstanceState(mListState);
852 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 61 milliseconds