summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorEtienne Le Grand <etn@google.com>2014-05-16 12:21:41 -0700
committerEtienne Le Grand <etn@google.com>2014-05-23 19:14:33 -0700
commitaf80510e85b301c8d8ba1e28e7edc7a0c9156a1a (patch)
tree104374bf74b7db975e2b30597c94ad7a3be8ccc5 /api
parente5c9c92c23196269ccf50024f76f84779b821c32 (diff)
downloadframeworks_base-af80510e85b301c8d8ba1e28e7edc7a0c9156a1a.zip
frameworks_base-af80510e85b301c8d8ba1e28e7edc7a0c9156a1a.tar.gz
frameworks_base-af80510e85b301c8d8ba1e28e7edc7a0c9156a1a.tar.bz2
Add confidence to the heart rate monitor definition and clarify onAccuracyChange
Change-Id: I686d07dcd603bf3c3be3c1471de8be3b4e240855
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index bcd891f..723bfdf 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -10992,6 +10992,7 @@ package android.hardware {
field public static final int SENSOR_STATUS_ACCURACY_HIGH = 3; // 0x3
field public static final int SENSOR_STATUS_ACCURACY_LOW = 1; // 0x1
field public static final int SENSOR_STATUS_ACCURACY_MEDIUM = 2; // 0x2
+ field public static final int SENSOR_STATUS_NO_CONTACT = -1; // 0xffffffff
field public static final int SENSOR_STATUS_UNRELIABLE = 0; // 0x0
field public static final deprecated int SENSOR_TEMPERATURE = 4; // 0x4
field public static final deprecated int SENSOR_TRICORDER = 64; // 0x40