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
/
services
/
java
/
com
/
android
/
server
/
VibratorService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-07-17
Make it safe to use start/stop app ops outside of system proc
Dianne Hackborn
2013-06-14
More work on process tracking.
Dianne Hackborn
2013-02-06
App ops: track system windows, monitoring changes.
Dianne Hackborn
2013-02-01
App ops: vibration, neighboring cells, dialing, etc.
Dianne Hackborn
2013-01-09
New "app ops" service.
Dianne Hackborn
2012-11-07
am 768d9e1a: Merge "Correct executable bit for source files"
Kenny Root
2012-11-07
Correct executable bit for source files
Kenny Root
2012-09-25
Handle user switched for settings changes.
Jeff Brown
2012-08-19
VibratorService: Fix to ensure actual delay in a vibrate pattern
Vairavan Srinivasan
2012-05-02
hasVibrator() should only report presence of built-in vibrator.
Jeff Brown
2012-04-16
Fix lock ordering bug due to use of reentrant lock.
Jeff Brown
2012-04-13
Add setting to redirect vibrator to game controller.
Jeff Brown
2011-07-25
am 9ce1ecdf: am 1a2fcea1: am 2f4698fd: Merge "frameworks/base: unlink death n...
Dianne Hackborn
2011-05-13
frameworks/base: unlink death notifications of Vibrate requests
Vairavan Srinivasan
2011-03-30
am 7a84a60d: am 1a5a2379: Merge "Unregister callback from binder when vibrati...
Brad Fitzpatrick
2011-03-24
Unregister callback from binder when vibration is removed
Mathias Jeppsson
2010-11-04
Add API to find out if there is a vibrator.
Dianne Hackborn
2010-09-13
Track client requests through location manager.
Dianne Hackborn
2010-03-01
Switch the services library to using the new Slog
Joe Onorato
2009-11-25
Remove HardwareService and move vibrator support to VibratorService.
Mike Lockwood