summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/SensorManager.java
AgeCommit message (Expand)Author
2021-06-23Update API doc w/ high-rate permission requirementAnh Pham
2021-06-17Update code comments to mention sensor name uniqueness.karthik bharadwaj
2020-05-27Ensure Java code verifies hinge angle sensor is wakeupAnthony Stange
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-06-17Remove @Deprecated && @removed hardware methods.Kweku Adams
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-01Fix broken links in @see tags in framework docs.Aurimas Liutikas
2017-09-22Fixing code formatting to comform to checkstylePeng Xu
2017-09-20Update Java doc of SensorManager.createDirectChannelPeng Xu
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-04-13Address review suggestions for sensor direct report related APIsPeng Xu
2017-04-04Local geomagnetic field update to sensorPeng Xu
2017-03-07Sensor direct report HardwareBuffer implementationPeng Xu
2017-01-24Sensor event direct report mode implementationPeng Xu
2017-01-24Sensor event direct report mode support APIPeng Xu
2017-01-19Merge "TYPE_DYNAMIC_SENSOR_META should be wake up sensor"Peng Xu
2016-09-27TYPE_DYNAMIC_SENSOR_META should be wake up sensorPeng Xu
2016-07-20Merge \\\\"docs: Updated descriptions of device orientation angles.\\\\" into...Kevin Hufnagle
2016-04-27docs: Updated descriptions of device orientation angles.Kevin Hufnagle
2016-03-30Fix a few known issue in sensor frameworkPeng Xu
2016-02-26doc: Fix syntax error in code example.Greg Kaiser
2016-01-27Dynamic Sensor Discovery ImplementationPeng Xu
2015-07-29Change MNC codename to just M.Dianne Hackborn
2015-06-29Changes to Data Injection mode APIsAravind Akella
2015-06-10Merge "Use LOCATION_HARDWARE permission for data injection." into mnc-devAravind Akella
2015-06-10Use LOCATION_HARDWARE permission for data injection.Aravind Akella
2015-05-21Bug fix and documentation clarificationPeng Xu
2015-04-23Add hidden SensorManager APIs for injecting sensor data.Aravind Akella
2015-02-10Update API to contain new wrist tilt sensor type and string.Nick Vaccaro
2014-10-13Sensor documentation fixes.Aravind Akella
2014-07-29SensorManager API changes.Aravind Akella
2014-05-27am d7439d8c: Merge "Add confidence to the heart rate monitor definition and c...Etienne Le Grand
2014-05-23Add confidence to the heart rate monitor definition and clarify onAccuracyChangeEtienne Le Grand
2014-03-11am e7f7af96: am 35c8ebab: Merge "take account of RotationVector\'s new extra ...Jeff Brown
2013-12-06take account of RotationVector's new extra parameterBalint Ureczky
2013-11-26Doc updates: Javadoc fixesKatie McCormick
2013-10-09Fix registerListener and flush bugs.Aravind Akella
2013-09-06Sensor batching APIs for review.Aravind Akella
2013-09-03Fix for build breakage. Remove documentation link to hidden registerListener ...Aravind Akella
2013-09-03Sensor batching. Implementation for registerListener(with batch support) and ...Aravind Akella
2013-04-12Fix race condition and disable call.Jaikumar Ganesh
2013-04-11Add new sensor types.Jaikumar Ganesh
2013-03-28am 84bba952: am 297409fe: am 3abd5a00: am ef47a8c4: am 6d9ff503: Merge "Doc u...kmccormick
2013-03-28Doc update: clarify rules for rate paramkmccormick
2013-03-13Revert "Add new sensor types."Jaikumar Ganesh
2013-03-12Add new sensor types.Jaikumar Ganesh
2013-02-04rework SystemSensorManager.javaMathias Agopian
2012-05-16fix SensorManager.getAngleChange() documentationMathias Agopian
2012-04-16Move legacy sensor support to a new class.Jeff Brown
2012-04-16Refactor SensorManager to move non-API bits into a subclass.Jeff Brown