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

Commit 5eab3729 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7945036 from 9adc59c6 to tm-release

Change-Id: Idd4962f05cf24b12e67fbd48fdb2d9dd398f9048
parents 5b3ccf0d 9adc59c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.automotive.vehicle;
@VintfStability
@JavaDerive(equals=true, toString=true) @VintfStability
parcelable CreateUserRequest {
  int requestId;
  android.hardware.automotive.vehicle.UserInfo newUserInfo;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.automotive.vehicle;
@VintfStability
@JavaDerive(equals=true, toString=true) @VintfStability
parcelable CreateUserResponse {
  int requestId;
  android.hardware.automotive.vehicle.CreateUserStatus status = android.hardware.automotive.vehicle.CreateUserStatus.SUCCESS;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.automotive.vehicle;
@VintfStability
@JavaDerive(equals=true, toString=true) @VintfStability
parcelable GetValueRequest {
  long requestId;
  android.hardware.automotive.vehicle.VehiclePropValue prop;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.automotive.vehicle;
@VintfStability
@JavaDerive(equals=true, toString=true) @VintfStability
parcelable GetValueRequests {
  android.hardware.automotive.vehicle.GetValueRequest[] payloads;
  @nullable ParcelFileDescriptor sharedMemoryFd;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
// later when a module using the interface is updated, e.g., Mainline modules.

package android.hardware.automotive.vehicle;
@VintfStability
@JavaDerive(equals=true, toString=true) @VintfStability
parcelable GetValueResult {
  long requestId;
  android.hardware.automotive.vehicle.StatusCode status = android.hardware.automotive.vehicle.StatusCode.OK;
Loading