Searched defs:BatteryProperties (Results 1 – 2 of 2) sorted by relevance
56 struct BatteryProperties { struct57 bool chargerAcOnline;58 bool chargerUsbOnline;59 bool chargerWirelessOnline;60 int maxChargingCurrent;61 int maxChargingVoltage;62 int batteryStatus;63 int batteryHealth;64 bool batteryPresent;65 int batteryLevel;[all …]
21 public class BatteryProperties implements Parcelable { class36 public BatteryProperties() { in BatteryProperties() method in BatteryProperties60 private BatteryProperties(Parcel p) { in BatteryProperties() method in BatteryProperties