Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DCellDataPreference.java65 final CellDataState state = (CellDataState) s; in onRestoreInstanceState()
78 final CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()
259 public static class CellDataState extends BaseSavedState { class in CellDataPreference
264 public CellDataState(Parcelable base) { in CellDataState() method in CellDataPreference.CellDataState
268 public CellDataState(Parcel source) { in CellDataState() method in CellDataPreference.CellDataState
283 public static final Creator<CellDataState> CREATOR = new Creator<CellDataState>() {
285 public CellDataState createFromParcel(Parcel source) {
286 return new CellDataState(source);
290 public CellDataState[] newArray(int size) {
291 return new CellDataState[size];