Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp231 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) in update()
232 props.batteryCycleCount = getIntField(mHealthdConfig->batteryCycleCountPath); in update()
340 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) { in update()
475 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) { in dumpState()
582 if (mHealthdConfig->batteryCycleCountPath.isEmpty()) { in init()
587 mHealthdConfig->batteryCycleCountPath = path; in init()
666 if (mHealthdConfig->batteryCycleCountPath.isEmpty()) in init()
Dhealthd.cpp56 .batteryCycleCountPath = String8(String8::kEmptyString),
/system/core/healthd/include/healthd/
Dhealthd.h69 android::String8 batteryCycleCountPath; member