Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h62 android::String8 batteryPresentPath; member
/system/core/healthd/
DBatteryMonitor.cpp250 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in updateValues()
251 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in updateValues()
582 if (mHealthdConfig->batteryPresentPath.isEmpty()) { in init()
587 mHealthdConfig->batteryPresentPath = path; in init()
703 if (mHealthdConfig->batteryPresentPath.isEmpty()) in init()
Dcharger_test.cpp125 config->batteryPresentPath = createFile("/data/local/tmp/batteryPresent", "1"); in healthd_board_init()