script-astra/Android/Sdk/sources/android-35/android/hardware/thermal/ThrottlingSeverity.java

16 lines
1.0 KiB
Java
Raw Permalink Normal View History

2025-01-20 15:15:20 +00:00
/*
* This file is auto-generated. DO NOT MODIFY.
* Using: out/host/linux-x86/bin/aidl --lang=java --structured --version 2 --hash 2f49c78011338b42b43d5d0e250d9b520850cc1f -t --stability vintf --min_sdk_version platform_apis --ninja -d out/soong/.intermediates/hardware/interfaces/thermal/aidl/android.hardware.thermal-V2-java-source/gen/android/hardware/thermal/ThrottlingSeverity.java.d -o out/soong/.intermediates/hardware/interfaces/thermal/aidl/android.hardware.thermal-V2-java-source/gen -Nhardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2 hardware/interfaces/thermal/aidl/aidl_api/android.hardware.thermal/2/android/hardware/thermal/ThrottlingSeverity.aidl
*/
package android.hardware.thermal;
/** @hide */
public @interface ThrottlingSeverity {
public static final int NONE = 0;
public static final int LIGHT = 1;
public static final int MODERATE = 2;
public static final int SEVERE = 3;
public static final int CRITICAL = 4;
public static final int EMERGENCY = 5;
public static final int SHUTDOWN = 6;
}