Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DMobileDataPreference.java73 CellDataState state = (CellDataState) s; in onRestoreInstanceState()
87 CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()
284 public static class CellDataState extends BaseSavedState { class in MobileDataPreference
289 public CellDataState(Parcelable base) { in CellDataState() method in MobileDataPreference.CellDataState
293 public CellDataState(Parcel source) { in CellDataState() method in MobileDataPreference.CellDataState
308 public static final Creator<CellDataState> CREATOR = new Creator<CellDataState>() {
310 public CellDataState createFromParcel(Parcel source) {
311 return new CellDataState(source);
315 public CellDataState[] newArray(int size) {
316 return new CellDataState[size];
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DCellDataPreference.java67 CellDataState state = (CellDataState) s; in onRestoreInstanceState()
81 CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()
298 public static class CellDataState extends BaseSavedState { class in CellDataPreference
303 public CellDataState(Parcelable base) { in CellDataState() method in CellDataPreference.CellDataState
307 public CellDataState(Parcel source) { in CellDataState() method in CellDataPreference.CellDataState
322 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];
/packages/apps/Settings/src/com/android/settings/datausage/
DCellDataPreference.java67 CellDataState state = (CellDataState) s; in onRestoreInstanceState()
81 CellDataState state = new CellDataState(super.onSaveInstanceState()); in onSaveInstanceState()
298 public static class CellDataState extends BaseSavedState { class in CellDataPreference
303 public CellDataState(Parcelable base) { in CellDataState() method in CellDataPreference.CellDataState
307 public CellDataState(Parcel source) { in CellDataState() method in CellDataPreference.CellDataState
322 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];