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

Commit 2a60fca9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Added supportedEnums logic description to enum files" into main

parents 853a3a69 9d24f979
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