Home
last modified time | relevance | path

Searched refs:CellDataState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/datausage/
DCellDataPreference.java62 final CellDataState state = (CellDataState) s; in onRestoreInstanceState()
75 final CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()
256 public static class CellDataState extends BaseSavedState { class in CellDataPreference
261 public CellDataState(Parcelable base) { in CellDataState() method in CellDataPreference.CellDataState
265 public CellDataState(Parcel source) { in CellDataState() method in CellDataPreference.CellDataState
280 public static final Creator<CellDataState> CREATOR = new Creator<CellDataState>() {
282 public CellDataState createFromParcel(Parcel source) {
283 return new CellDataState(source);
287 public CellDataState[] newArray(int size) {
288 return new CellDataState[size];