Generate toString for Thermal AIDL parcelable

Bug: b/268508448
Test: n/a
Change-Id: I007fe97b57049042623c395d574ff710bb11d29a
This commit is contained in:
Xiang Wang 2023-02-09 15:54:27 -08:00
parent 219c4e8d75
commit 2e10dc4842
6 changed files with 6 additions and 3 deletions

View file

@ -33,7 +33,7 @@
package android.hardware.thermal;
/* @hide */
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable CoolingDevice {
android.hardware.thermal.CoolingType type;
String name;

View file

@ -33,7 +33,7 @@
package android.hardware.thermal;
/* @hide */
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable Temperature {
android.hardware.thermal.TemperatureType type;
String name;

View file

@ -33,7 +33,7 @@
package android.hardware.thermal;
/* @hide */
@VintfStability
@JavaDerive(toString=true) @VintfStability
parcelable TemperatureThreshold {
android.hardware.thermal.TemperatureType type;
String name;

View file

@ -20,6 +20,7 @@ import android.hardware.thermal.CoolingType;
/* @hide */
@VintfStability
@JavaDerive(toString=true)
parcelable CoolingDevice {
/**
* This cooling device type, CPU, GPU, BATTERY, and etc.

View file

@ -21,6 +21,7 @@ import android.hardware.thermal.ThrottlingSeverity;
/* @hide */
@VintfStability
@JavaDerive(toString=true)
parcelable Temperature {
/**
* This temperature's type.

View file

@ -20,6 +20,7 @@ import android.hardware.thermal.TemperatureType;
/* @hide */
@VintfStability
@JavaDerive(toString=true)
parcelable TemperatureThreshold {
/**
* This temperature's type.