Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
DBatteryMonitor.h60 bool getBooleanField(const String8& path);
/system/core/healthd/
DBatteryMonitor.cpp174 bool BatteryMonitor::getBooleanField(const String8& path) { in getBooleanField() function in android::BatteryMonitor
201 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in update()