Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/
H A DBatteryMonitor.cpp410 if (!mHealthdConfig->batteryFirstUsageDatePath.isEmpty()) in updateValues()
412 getIntField(mHealthdConfig->batteryFirstUsageDatePath); in updateValues()
596 if (!mHealthdConfig->batteryFirstUsageDatePath.isEmpty()) in getBatteryHealthData()
597 return getIntField(mHealthdConfig->batteryFirstUsageDatePath); in getBatteryHealthData()
934 if (mHealthdConfig->batteryFirstUsageDatePath.isEmpty()) { in init()
937 if (access(path, R_OK) == 0) mHealthdConfig->batteryFirstUsageDatePath = path; in init()
1010 if (mHealthdConfig->batteryFirstUsageDatePath.isEmpty()) in init()
/aosp14/system/core/healthd/include/healthd/
H A Dhealthd.h78 android::String8 batteryFirstUsageDatePath; member