Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c20ec6da authored by Aaqib Ismail's avatar Aaqib Ismail Committed by Android (Google) Code Review
Browse files

Merge "Update HAL code comments for INFO_EV_BATTERY_CAPACITY"

parents 56e99262 8cfe13bf
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -97,8 +97,12 @@ enum VehicleProperty {
    INFO_FUEL_TYPE = 0x0105 + 0x10000000 + 0x01000000
            + 0x00410000, // VehiclePropertyGroup:SYSTEM,VehicleArea:GLOBAL,VehiclePropertyType:INT32_VEC
    /**
     * Battery capacity of the vehicle, if EV or hybrid.  This is the nominal
     * battery capacity when the vehicle is new.
     * Nominal battery capacity for EV or hybrid vehicle
     *
     * Returns the nominal battery capacity, if EV or hybrid. This is the battery capacity when the
     * vehicle is new. This value might be different from EV_CURRENT_BATTERY_CAPACITY because
     * EV_CURRENT_BATTERY_CAPACITY returns the real-time battery capacity taking into account
     * factors such as battery aging and temperature dependency.
     *
     * @change_mode VehiclePropertyChangeMode.STATIC
     * @access VehiclePropertyAccess.READ