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

Commit 0fef85d6 authored by Shrikar Amirisetty's avatar Shrikar Amirisetty Committed by Automerger Merge Worker
Browse files

Merge "Improve docs for PARKING_BRAKE in vehicle properties AIDL file" am: bfe3738f

parents 8001cc05 bfe3738f
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
     */