summaryrefslogtreecommitdiff
path: root/core/java/android/os/SystemVibrator.java
AgeCommit message (Expand)Author
2021-06-24Fix SystemVibrator constant support checks on device without 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-04-12Rename CombinedVibrationEffect to CombinedVibrationLais Andrade
2021-03-18Introduce VibrationEffectSegmentLais Andrade
2021-02-11Introduce SystemVibratorManagerLais Andrade
2021-01-20Cache result from VibratorService.hasVibrator in SystemVibratorLais Andrade
2020-12-04Create parcelable VibratorInfo to expose HAL profileLais Andrade
2020-12-04Implement setAlwaysOn to IVibratorManagerServiceLais Andrade
2020-10-01Remove deprecated VibrationAttributes.getAudioAttrs methodLais Andrade
2020-03-26Make vibrator effect queries an @IntDef.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
2020-01-06Add VibrationAttributesAlexey Kuzmin
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-12vibrator: Support Always-On EffectsHarpreet \"Eli\" Sangha
2019-06-25Ignore DND when FLAG_BYPASS_INTERRUPTION_POLICY is set.Michael Wright
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2018-07-27Add an optional reason field to vibrator serviceAlexey Kuzmin
2017-03-20BZZZZZZT! BZZZZZT! New Vibrator APIsMichael Wright
2014-07-19Zen mode filtering should use new usage constants.John Spurlock
2014-04-16Rename basePkg to opPkgChristoph Studer
2014-03-19Add stream-level suppression to vibrate/audio services.John Spurlock
2013-09-11Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn
2013-02-01App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn
2013-01-18Rework ParceledListSlice to be much easier to use.Dianne Hackborn
2013-01-09New "app ops" service.Dianne Hackborn
2012-04-13Extract Vibrator implementation from interface.Jeff Brown