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
/
SystemVibrator.java
Age
Commit message (
Expand
)
Author
2021-06-24
Fix SystemVibrator constant support checks on device without 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-04-12
Rename CombinedVibrationEffect to CombinedVibration
Lais Andrade
2021-03-18
Introduce VibrationEffectSegment
Lais Andrade
2021-02-11
Introduce SystemVibratorManager
Lais Andrade
2021-01-20
Cache result from VibratorService.hasVibrator in SystemVibrator
Lais Andrade
2020-12-04
Create parcelable VibratorInfo to expose HAL profile
Lais Andrade
2020-12-04
Implement setAlwaysOn to IVibratorManagerService
Lais Andrade
2020-10-01
Remove deprecated VibrationAttributes.getAudioAttrs method
Lais Andrade
2020-03-26
Make vibrator effect queries an @IntDef.
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
2020-01-06
Add VibrationAttributes
Alexey Kuzmin
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-12
vibrator: Support Always-On Effects
Harpreet \"Eli\" Sangha
2019-06-25
Ignore DND when FLAG_BYPASS_INTERRUPTION_POLICY is set.
Michael Wright
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2018-07-27
Add an optional reason field to vibrator service
Alexey Kuzmin
2017-03-20
BZZZZZZT! BZZZZZT! New Vibrator APIs
Michael Wright
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
Add stream-level suppression to vibrate/audio services.
John Spurlock
2013-09-11
Fix issue #10688644: Java crash in com.android.phone:
Dianne Hackborn
2013-02-01
App ops: vibration, neighboring cells, dialing, etc.
Dianne Hackborn
2013-01-18
Rework ParceledListSlice to be much easier to use.
Dianne Hackborn
2013-01-09
New "app ops" service.
Dianne Hackborn
2012-04-13
Extract Vibrator implementation from interface.
Jeff Brown