Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
DBatteryMonitor.h79 bool getBooleanField(const String8& path);
/system/core/healthd/
DBatteryMonitor.cpp215 bool BatteryMonitor::getBooleanField(const String8& path) { in getBooleanField() function in android::BatteryMonitor
251 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in updateValues()