Searched refs:maxChargingVoltage (Results 1 – 2 of 2) sorted by relevance
44 int maxChargingVoltage; member
444 dst.maxChargingVoltage = src.maxChargingVoltage; in copy()503 mHealthInfo.maxChargingVoltage != mLastMaxChargingVoltage || in processValuesLocked()672 mLastMaxChargingVoltage = mHealthInfo.maxChargingVoltage; in processValuesLocked()701 intent.putExtra(BatteryManager.EXTRA_MAX_CHARGING_VOLTAGE, mHealthInfo.maxChargingVoltage); in sendBatteryChangedIntentLocked()1011 pw.println(" Max charging voltage: " + mHealthInfo.maxChargingVoltage); in dumpInternal()1043 … proto.write(BatteryServiceDumpProto.MAX_CHARGING_VOLTAGE, mHealthInfo.maxChargingVoltage); in dumpProto()