Searched refs:BatteryProperty (Results 1 – 9 of 9) sorted by relevance
29 public class BatteryProperty implements Parcelable { class35 public BatteryProperty() { in BatteryProperty() method in BatteryProperty51 private BatteryProperty(Parcel p) { in BatteryProperty() method in BatteryProperty63 public static final Parcelable.Creator<BatteryProperty> CREATOR64 = new Parcelable.Creator<BatteryProperty>() {65 public BatteryProperty createFromParcel(Parcel p) {66 return new BatteryProperty(p);69 public BatteryProperty[] newArray(int size) {70 return new BatteryProperty[size];
20 import android.os.BatteryProperty;29 int getProperty(in int id, out BatteryProperty prop); in getProperty()
267 BatteryProperty prop = new BatteryProperty(); in queryProperty()
19 parcelable BatteryProperty;
30 status_t BatteryProperty::readFromParcel(Parcel* p) { in readFromParcel()35 status_t BatteryProperty::writeToParcel(Parcel* p) const { in writeToParcel()
48 status_t getProperty(int id, struct BatteryProperty *val) { in getProperty()98 struct BatteryProperty val; in onTransact()
6 "BatteryProperty.cpp",
62 struct BatteryProperty { struct
39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;