Home
last modified time | relevance | path

Searched refs:batteryChargeTimeToFullNowPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp276 if (!mHealthdConfig->batteryChargeTimeToFullNowPath.isEmpty()) in updateValues()
278 getIntField(mHealthdConfig->batteryChargeTimeToFullNowPath); in updateValues()
642 if (mHealthdConfig->batteryChargeTimeToFullNowPath.isEmpty()) { in init()
646 mHealthdConfig->batteryChargeTimeToFullNowPath = path; in init()
726 if (mHealthdConfig->batteryChargeTimeToFullNowPath.isEmpty()) in init()
/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h73 android::String8 batteryChargeTimeToFullNowPath; member