summaryrefslogtreecommitdiff
path: root/core/java/android/os/Vibrator.java
AgeCommit message (Expand)Author
2021-06-22Create config for audio haptic channels max valueLais Andrade
2021-05-18Add hasExternalControl hidden API to VibratorLais Andrade
2021-04-22Update javadoc for Vibrator.getPrimitiveDurationsLais Andrade
2021-04-21Expose vibration primitives durations in VibratorLais Andrade
2021-04-13Merge "Expose vibrator frequency bandwith to the service" into sc-devLais Andrade
2021-04-13Expose vibrator frequency bandwith to the serviceLais Andrade
2021-04-13Add Vibrator.cancel method with usage filtersLais Andrade
2021-03-18Introduce VibrationEffectSegmentLais Andrade
2021-03-08Add resonant frequency and Q factor to VibratorInfoMichael Wright
2021-02-23Fix Vibrator and VibratorManager public API docsLais Andrade
2021-02-11Introduce SystemVibratorManagerLais Andrade
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-10-01Remove deprecated VibrationAttributes.getAudioAttrs methodLais Andrade
2020-03-26Make vibrator effect queries an @IntDef.Michael Wright
2020-03-26Address API Council feedback.Michael Wright
2020-02-11Access to Device Vibrator StateChris Ye
2020-01-27Add haptic composition API.Michael Wright
2020-01-09Vibrator: Have Always-On Check DND/LowPower ModesHarpreet \"Eli\" Sangha
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-12vibrator: Support Always-On EffectsHarpreet \"Eli\" Sangha
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-01-10Split ring and notification vibration settingsAlexey Kuzmin
2018-07-27Add an optional reason field to vibrator serviceAlexey Kuzmin
2018-05-30Allow for any default vibration intensity level.Michael Wright
2018-01-24Add setting to control vibration intensity.Michael Wright
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-05-03Also log the value of the IAEs thrown in VibrationEffectMichael Wright
2017-04-24Even more auto-doc work.Jeff Sharkey
2017-04-05Catch exceptions in Vibrator to maintain compatibilityMichael Wright
2017-03-20BZZZZZZT! BZZZZZT! New Vibrator APIsMichael Wright
2014-07-20Rename USAGE_NOTIFICATION_TELEPHONY_RINGTONEJean-Michel Trivi
2014-07-19Zen mode filtering should use new usage constants.John Spurlock
2014-04-16Rename basePkg to opPkgChristoph Studer
2014-03-19Fix javadoc @links in Vibrator.John Spurlock
2014-03-19Add stream-level suppression to vibrate/audio services.John Spurlock
2014-03-10Fix doc typos in Vibrator.javaJohn Spurlock
2013-02-01App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn
2012-06-18Added or fixed doctrings for required permissions.Nicolas Falliere
2012-04-13Extract Vibrator implementation from interface.Jeff Brown
2010-12-14Improve documentation on Vibrator.vibrate.Jeff Brown
2010-11-04Add API to find out if there is a vibrator.Dianne Hackborn
2010-10-19Fix Vibrator permission CTS test broken earlier.Brad Fitzpatrick
2010-10-14Don't crash on null Vibrator during reboot.Brad Fitzpatrick
2009-11-25Remove HardwareService and move vibrator support to VibratorService.Mike Lockwood
2009-07-06Improve the Vibrator service by keeping track of multiple vibration requests.Patrick Scott
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project