Searched refs:maxChargingVoltage (Results 1 – 3 of 3) sorted by relevance
26 public int maxChargingVoltage; field in BatteryProperties45 maxChargingVoltage = other.maxChargingVoltage; in set()67 maxChargingVoltage = p.readInt(); in BatteryProperties()84 p.writeInt(maxChargingVoltage); in writeToParcel()
45 int maxChargingVoltage; member
421 dst.maxChargingVoltage = src.maxChargingVoltage; in copy()480 mHealthInfo.maxChargingVoltage != mLastMaxChargingVoltage || in processValuesLocked()649 mLastMaxChargingVoltage = mHealthInfo.maxChargingVoltage; in processValuesLocked()678 intent.putExtra(BatteryManager.EXTRA_MAX_CHARGING_VOLTAGE, mHealthInfo.maxChargingVoltage); in sendBatteryChangedIntentLocked()987 pw.println(" Max charging voltage: " + mHealthInfo.maxChargingVoltage); in dumpInternal()1019 … proto.write(BatteryServiceDumpProto.MAX_CHARGING_VOLTAGE, mHealthInfo.maxChargingVoltage); in dumpProto()