Searched defs:batteryPresent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryProperties.java28 public boolean batteryPresent; field in class:BatteryProperties
44 batteryPresent = other.batteryPresent;
63 batteryPresent = p.readInt() == 1 ? true : false;
77 p.writeInt(batteryPresent ? 1 : 0);
/frameworks/native/include/batteryservice/
H A DBatteryService.h63 bool batteryPresent; member in struct:android::BatteryProperties

Completed in 82 milliseconds