Searched refs:CellDataState (Results 1 – 2 of 2) sorted by relevance
67 CellDataState state = (CellDataState) s; in onRestoreInstanceState()81 CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()298 public static class CellDataState extends BaseSavedState { class in CellDataPreference303 public CellDataState(Parcelable base) { in CellDataState() method in CellDataPreference.CellDataState307 public CellDataState(Parcel source) { in CellDataState() method in CellDataPreference.CellDataState322 public static final Creator<CellDataState> CREATOR = new Creator<CellDataState>() {324 public CellDataState createFromParcel(Parcel source) {325 return new CellDataState(source);329 public CellDataState[] newArray(int size) {330 return new CellDataState[size];