Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp189 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in update()
190 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in update()
468 if (mHealthdConfig->batteryPresentPath.isEmpty()) { in init()
473 mHealthdConfig->batteryPresentPath = path; in init()
573 if (mHealthdConfig->batteryPresentPath.isEmpty()) in init()
Dhealthd.h60 android::String8 batteryPresentPath; member
Dhealthd.cpp47 .batteryPresentPath = String8(String8::kEmptyString),