Generate toString for Thermal AIDL parcelable
Bug: b/268508448 Test: n/a Change-Id: I007fe97b57049042623c395d574ff710bb11d29a
This commit is contained in:
parent
219c4e8d75
commit
2e10dc4842
6 changed files with 6 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
package android.hardware.thermal;
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true) @VintfStability
|
||||
parcelable CoolingDevice {
|
||||
android.hardware.thermal.CoolingType type;
|
||||
String name;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
package android.hardware.thermal;
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true) @VintfStability
|
||||
parcelable Temperature {
|
||||
android.hardware.thermal.TemperatureType type;
|
||||
String name;
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
package android.hardware.thermal;
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true) @VintfStability
|
||||
parcelable TemperatureThreshold {
|
||||
android.hardware.thermal.TemperatureType type;
|
||||
String name;
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -21,6 +21,7 @@ import android.hardware.thermal.ThrottlingSeverity;
|
|||
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true)
|
||||
parcelable Temperature {
|
||||
/**
|
||||
* This temperature's type.
|
||||
|
|
|
@ -20,6 +20,7 @@ import android.hardware.thermal.TemperatureType;
|
|||
|
||||
/* @hide */
|
||||
@VintfStability
|
||||
@JavaDerive(toString=true)
|
||||
parcelable TemperatureThreshold {
|
||||
/**
|
||||
* This temperature's type.
|
||||
|
|
Loading…
Reference in a new issue