index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
Vibrator.java
Age
Commit message (
Expand
)
Author
2021-06-22
Create config for audio haptic channels max value
Lais Andrade
2021-05-18
Add hasExternalControl hidden API to Vibrator
Lais Andrade
2021-04-22
Update javadoc for Vibrator.getPrimitiveDurations
Lais Andrade
2021-04-21
Expose vibration primitives durations in Vibrator
Lais Andrade
2021-04-13
Merge "Expose vibrator frequency bandwith to the service" into sc-dev
Lais Andrade
2021-04-13
Expose vibrator frequency bandwith to the service
Lais Andrade
2021-04-13
Add Vibrator.cancel method with usage filters
Lais Andrade
2021-03-18
Introduce VibrationEffectSegment
Lais Andrade
2021-03-08
Add resonant frequency and Q factor to VibratorInfo
Michael Wright
2021-02-23
Fix Vibrator and VibratorManager public API docs
Lais Andrade
2021-02-11
Introduce SystemVibratorManager
Lais Andrade
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-01
Remove deprecated VibrationAttributes.getAudioAttrs method
Lais Andrade
2020-03-26
Make vibrator effect queries an @IntDef.
Michael Wright
2020-03-26
Address API Council feedback.
Michael Wright
2020-02-11
Access to Device Vibrator State
Chris Ye
2020-01-27
Add haptic composition API.
Michael Wright
2020-01-09
Vibrator: Have Always-On Check DND/LowPower Modes
Harpreet \"Eli\" Sangha
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-12
vibrator: Support Always-On Effects
Harpreet \"Eli\" Sangha
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-01-10
Split ring and notification vibration settings
Alexey Kuzmin
2018-07-27
Add an optional reason field to vibrator service
Alexey Kuzmin
2018-05-30
Allow for any default vibration intensity level.
Michael Wright
2018-01-24
Add setting to control vibration intensity.
Michael Wright
2017-06-05
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-05-03
Also log the value of the IAEs thrown in VibrationEffect
Michael Wright
2017-04-24
Even more auto-doc work.
Jeff Sharkey
2017-04-05
Catch exceptions in Vibrator to maintain compatibility
Michael Wright
2017-03-20
BZZZZZZT! BZZZZZT! New Vibrator APIs
Michael Wright
2014-07-20
Rename USAGE_NOTIFICATION_TELEPHONY_RINGTONE
Jean-Michel Trivi
2014-07-19
Zen mode filtering should use new usage constants.
John Spurlock
2014-04-16
Rename basePkg to opPkg
Christoph Studer
2014-03-19
Fix javadoc @links in Vibrator.
John Spurlock
2014-03-19
Add stream-level suppression to vibrate/audio services.
John Spurlock
2014-03-10
Fix doc typos in Vibrator.java
John Spurlock
2013-02-01
App ops: vibration, neighboring cells, dialing, etc.
Dianne Hackborn
2012-06-18
Added or fixed doctrings for required permissions.
Nicolas Falliere
2012-04-13
Extract Vibrator implementation from interface.
Jeff Brown
2010-12-14
Improve documentation on Vibrator.vibrate.
Jeff Brown
2010-11-04
Add API to find out if there is a vibrator.
Dianne Hackborn
2010-10-19
Fix Vibrator permission CTS test broken earlier.
Brad Fitzpatrick
2010-10-14
Don't crash on null Vibrator during reboot.
Brad Fitzpatrick
2009-11-25
Remove HardwareService and move vibrator support to VibratorService.
Mike Lockwood
2009-07-06
Improve the Vibrator service by keeping track of multiple vibration requests.
Patrick Scott
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project