Searched refs:BatteryProperties (Results 1 – 9 of 9) sorted by relevance
21 public class BatteryProperties implements Parcelable { class33 public BatteryProperties() { in BatteryProperties() method in BatteryProperties36 public void set(BatteryProperties other) { in set()54 private BatteryProperties(Parcel p) { in BatteryProperties() method in BatteryProperties80 public static final Parcelable.Creator<BatteryProperties> CREATOR81 = new Parcelable.Creator<BatteryProperties>() {82 public BatteryProperties createFromParcel(Parcel p) {83 return new BatteryProperties(p);86 public BatteryProperties[] newArray(int size) {87 return new BatteryProperties[size];
19 import android.os.BatteryProperties;26 void batteryPropertiesChanged(in BatteryProperties props); in batteryPropertiesChanged()
19 parcelable BatteryProperties;
32 status_t BatteryProperties::readFromParcel(Parcel* p) { in readFromParcel()46 status_t BatteryProperties::writeToParcel(Parcel* p) const { in writeToParcel()
5 BatteryProperties.cpp \
32 void batteryPropertiesChanged(struct BatteryProperties props) in batteryPropertiesChanged()
38 virtual void batteryPropertiesChanged(struct BatteryProperties props) = 0;
56 struct BatteryProperties { struct
34 import android.os.BatteryProperties;113 private BatteryProperties mBatteryProps;114 private final BatteryProperties mLastBatteryProps = new BatteryProperties();294 private void update(BatteryProperties props) { in update()753 public void batteryPropertiesChanged(BatteryProperties props) { in batteryPropertiesChanged()