Searched refs:BatteryProperty (Results 1 – 9 of 9) sorted by relevance
29 public class BatteryProperty implements Parcelable { class35 public BatteryProperty() { in BatteryProperty() method in BatteryProperty58 private BatteryProperty(Parcel p) { in BatteryProperty() method in BatteryProperty70 public static final Parcelable.Creator<BatteryProperty> CREATOR71 = new Parcelable.Creator<BatteryProperty>() {72 public BatteryProperty createFromParcel(Parcel p) {73 return new BatteryProperty(p);76 public BatteryProperty[] newArray(int size) {77 return new BatteryProperty[size];
20 import android.os.BatteryProperty;29 int getProperty(in int id, out BatteryProperty prop); in getProperty()
19 parcelable BatteryProperty;
299 BatteryProperty prop = new BatteryProperty(); in queryProperty()
62 struct BatteryProperty { struct
39 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
36 import android.os.BatteryProperty;1168 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
2398 android.os.BatteryProperty$1
4146 HPLandroid/os/BatteryProperty$1;-><init>()V4147 HPLandroid/os/BatteryProperty;->readFromParcel(Landroid/os/Parcel;)V4148 HPLandroid/os/BatteryProperty;->setLong(J)V4239 HPLandroid/os/IBatteryPropertiesRegistrar$Stub$Proxy;->getProperty(ILandroid/os/BatteryProperty;)I27563 HSPLandroid/os/IBatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I57016 Landroid/os/BatteryProperty$1;57017 Landroid/os/BatteryProperty;