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