Home
last modified time | relevance | path

Searched refs:batteryPresentPath (Results 1 – 3 of 3) sorted by relevance

/system/core/healthd/include/healthd/
Dhealthd.h60 android::String8 batteryPresentPath; member
/system/core/healthd/
DBatteryMonitor.cpp215 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in update()
216 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in update()
535 if (mHealthdConfig->batteryPresentPath.isEmpty()) { in init()
540 mHealthdConfig->batteryPresentPath = path; in init()
652 if (mHealthdConfig->batteryPresentPath.isEmpty()) in init()
Dhealthd.cpp47 .batteryPresentPath = String8(String8::kEmptyString),