Home
last modified time | relevance | path

Searched refs:mLastMaxChargingVoltage (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java154 private int mLastMaxChargingVoltage; field in BatteryService
531 || mHealthInfo.maxChargingVoltageMicrovolts != mLastMaxChargingVoltage in processValuesLocked()
713 mLastMaxChargingVoltage = mHealthInfo.maxChargingVoltageMicrovolts; in processValuesLocked()