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

Commit 9d24f979 authored by shrikar's avatar shrikar
Browse files

Added supportedEnums logic description to enum files

Bug: 332324441
Test: presubmit
Change-Id: Ifd7ddacf53cf0b0b1dbbc9a6fad8e8ade578c280
parent e3396f81
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.automotive.vehicle;

/**
 * Used to enumerate the state of Automatic Emergency Braking (AEB).
 *
 * Through the use of VehicleAreaConfig#supportedEnumValues, OEMs may specify they only support a
 * subset of the enums that are defined here.
 */
@VintfStability
@Backing(type="int")
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.automotive.vehicle;

/**
 * Used to enumerate the state of Blind Spot Warning State (BSW).
 *
 * Through the use of VehicleAreaConfig#supportedEnumValues, OEMs may specify they only support a
 * subset of the enums that are defined here.
 */
@VintfStability
@Backing(type="int")
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.automotive.vehicle;

/**
 * Used to enumerate the state of Cross Traffic Monitoring Warning system.
 *
 * Through the use of VehicleAreaConfig#supportedEnumValues, OEMs may specify they only support a
 * subset of the enums that are defined here.
 */
@VintfStability
@Backing(type="int")
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ package android.hardware.automotive.vehicle;
 * Used to enumerate the Cruise Control (CC) commands.
 *
 * This enum could be extended in future releases to include additional feature states.
 *
 * Through the use of VehicleAreaConfig#supportedEnumValues, OEMs may specify they only support a
 * subset of the enums that are defined here.
 */
@VintfStability
@Backing(type="int")
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ package android.hardware.automotive.vehicle;
 * Used to enumerate the current state of Cruise Control (CC).
 *
 * This enum could be extended in future releases to include additional feature states.
 *
 * Through the use of VehicleAreaConfig#supportedEnumValues, OEMs may specify they only support a
 * subset of the enums that are defined here.
 */
@VintfStability
@Backing(type="int")
Loading