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