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