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 batteryStatus;61 int batteryHealth;62 bool batteryPresent;63 int batteryLevel;64 int batteryVoltage;65 int batteryTemperature;[all …]
21 public class BatteryProperties implements Parcelable { class33 public BatteryProperties() { in BatteryProperties() method in BatteryProperties54 private BatteryProperties(Parcel p) { in BatteryProperties() method in BatteryProperties