Searched refs:BatteryProperties (Results 1 – 5 of 5) sorted by relevance
21 public class BatteryProperties implements Parcelable { class37 public BatteryProperties() { in BatteryProperties() method in BatteryProperties40 public void set(BatteryProperties other) { in set()62 private BatteryProperties(Parcel p) { in BatteryProperties() method in BatteryProperties96 public static final Parcelable.Creator<BatteryProperties> CREATOR97 = new Parcelable.Creator<BatteryProperties>() {98 public BatteryProperties createFromParcel(Parcel p) {99 return new BatteryProperties(p);102 public BatteryProperties[] newArray(int size) {103 return new BatteryProperties[size];
19 import android.os.BatteryProperties;26 void batteryPropertiesChanged(in BatteryProperties props); in batteryPropertiesChanged()
19 parcelable BatteryProperties;
38 virtual void batteryPropertiesChanged(struct BatteryProperties props) = 0;
40 struct BatteryProperties { struct