Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h66 android::String8 batteryTechnologyPath; member
/system/core/healthd/
DBatteryMonitor.cpp299 if (readFromFile(mHealthdConfig->batteryTechnologyPath, &buf) > 0) in updateValues()
676 if (mHealthdConfig->batteryTechnologyPath.isEmpty()) { in init()
681 mHealthdConfig->batteryTechnologyPath = path; in init()
711 if (mHealthdConfig->batteryTechnologyPath.isEmpty()) in init()
Dcharger_test.cpp129 config->batteryTechnologyPath = createFile("/data/local/tmp/batteryTechnology", "NiCd"); in healthd_board_init()