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

Commit 0e2ef5ae authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11967491 from 49d05dec to 24Q3-release

Change-Id: I0bfbb0abe897374710613c57b22936e361bc3f18
parents b9bd2b09 49d05dec
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