Searched refs:BatteryProperty (Results 1 – 8 of 8) 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 @android.annotation.NonNull 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];
19 import android.os.BatteryProperty;26 int getProperty(in int id, out BatteryProperty prop); in getProperty()
19 parcelable BatteryProperty;
307 BatteryProperty prop = new BatteryProperty(); in queryProperty()
58 struct BatteryProperty { struct
36 import android.os.BatteryProperty;1187 public int getProperty(int id, final BatteryProperty prop) throws RemoteException { in getProperty()
2713 android.os.BatteryProperty$1
589 …roid/server/BatteryService$BatteryPropertiesRegistrar;->getProperty(ILandroid/os/BatteryProperty;)I