Searched refs:getBooleanField (Results 1 – 2 of 2) sorted by relevance
79 bool getBooleanField(const String8& path);
215 bool BatteryMonitor::getBooleanField(const String8& path) { in getBooleanField() function in android::BatteryMonitor251 props.batteryPresent = getBooleanField(mHealthdConfig->batteryPresentPath); in updateValues()