public class PowerSaving
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PowerSaving.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| static android.os.Parcelable.Creator<PowerSaving> | CREATOR | 
| Modifier and Type | Method and Description | 
|---|---|
| int | describeContents() | 
| boolean | equals(java.lang.Object o) | 
| java.util.List<PowerSavingFeature> | getFeatures() | 
| int | getLightSensorHysteresis() | 
| long | getLightSensorSamplingInterval() | 
| int | getLightSensorThreshold() | 
| long | getMoveSuspendTimeout() | 
| int | hashCode() | 
| java.lang.String | toString() | 
| void | writeToParcel(android.os.Parcel dest,
             int flags) | 
public static final android.os.Parcelable.Creator<PowerSaving> CREATOR
public java.util.List<PowerSavingFeature> getFeatures()
public long getMoveSuspendTimeout()
public int getLightSensorThreshold()
public int getLightSensorHysteresis()
public long getLightSensorSamplingInterval()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void writeToParcel(android.os.Parcel dest,
                          int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic java.lang.String toString()
toString in class java.lang.Object