Searched refs:CellDataState (Results 1 – 1 of 1) sorted by relevance
60 CellDataState state = (CellDataState) s; in onRestoreInstanceState()74 CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()254 public static class CellDataState extends BaseSavedState { class in CellDataPreference259 public CellDataState(Parcelable base) { in CellDataState() method in CellDataPreference.CellDataState263 public CellDataState(Parcel source) { in CellDataState() method in CellDataPreference.CellDataState278 public static final Creator<CellDataState> CREATOR = new Creator<CellDataState>() {280 public CellDataState createFromParcel(Parcel source) {281 return new CellDataState(source);285 public CellDataState[] newArray(int size) {286 return new CellDataState[size];