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

Commit af227755 authored by shrikar's avatar shrikar
Browse files

Improve docs for PARKING_BRAKE in vehicle properties AIDL file

Bug: 254078947
Test: presubmit
Change-Id: Id4963466f4210f52b6fe0ccb43dcac3a62a087d2
parent 890d1454
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -457,6 +457,9 @@ enum VehicleProperty {
    /**
     * Parking brake state.
     *
     * This property is true indicates that the car's parking brake is currently engaged. False
     * implies that the car's parking brake is currently disengaged.
     *
     * @change_mode VehiclePropertyChangeMode.ON_CHANGE
     * @access VehiclePropertyAccess.READ
     */
@@ -465,6 +468,15 @@ enum VehicleProperty {
    /**
     * Auto-apply parking brake.
     *
     * This property is true indicates that the car's automatic parking brake feature is currently
     * enabled. False indicates that the car's automatic parking brake feature is currently
     * disabled.
     *
     * This property is often confused with PARKING_BRAKE_ON. The difference is that
     * PARKING_BRAKE_ON describes whether the actual parking brake is currently on/off, whereas
     * PARKING_BRAKE_AUTO_APPLY describes whether the feature of automatic parking brake is enabled/
     * disabled, and does not describe the current state of the actual parking brake.
     *
     * @change_mode VehiclePropertyChangeMode.ON_CHANGE
     * @access VehiclePropertyAccess.READ
     */