aboutsummaryrefslogtreecommitdiffstats
path: root/system-api
diff options
context:
space:
mode:
authorAdnan Begovic <adnan@cyngn.com>2015-09-30 17:47:23 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-09-30 17:49:52 -0700
commit10d20252e43693e1e572447e84c5352673a73630 (patch)
tree4d3ad679915e09dbc4dc8e42e2397619646df649 /system-api
parent0ba38893238d6f3c2a6a920d58b0349504c4493f (diff)
downloadvendor_cmsdk-10d20252e43693e1e572447e84c5352673a73630.zip
vendor_cmsdk-10d20252e43693e1e572447e84c5352673a73630.tar.gz
vendor_cmsdk-10d20252e43693e1e572447e84c5352673a73630.tar.bz2
cmsdk: Update API text for constants changes.
Change-Id: Ie820bae6db375e6d5429f495829d3d24f8a3469c
Diffstat (limited to 'system-api')
-rw-r--r--system-api/cm_system-current.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/system-api/cm_system-current.txt b/system-api/cm_system-current.txt
index 2e3217d..c0740ed 100644
--- a/system-api/cm_system-current.txt
+++ b/system-api/cm_system-current.txt
@@ -439,10 +439,10 @@ package cyanogenmod.hardware {
ctor public ThermalListenerCallback.State();
method public static final java.lang.String toString(int);
field public static final int STATE_COOL = 0; // 0x0
- field public static final int STATE_EXTREME = 3; // 0x3
- field public static final int STATE_HIGH = 2; // 0x2
- field public static final int STATE_NORMAL = 1; // 0x1
+ field public static final int STATE_CRITICAL = 3; // 0x3
field public static final int STATE_UNKNOWN = -1; // 0xffffffff
+ field public static final int STATE_WARM_FALLING = 1; // 0x1
+ field public static final int STATE_WARM_RISING = 2; // 0x2
}
}