summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/AlarmManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Always re-establish kernel alarms when considering new alarm setChristopher Tate2015-02-041-2/+4
* Fix bad alarm deliveryChristopher Tate2014-12-161-62/+22
* Tune delivery and batching of alarmsChristopher Tate2014-12-041-23/+63
* Properly recognize repeating wakeup alarmsChristopher Tate2014-12-021-5/+2
* Fixed several time related states for secondary usersSelim Cinek2014-11-211-5/+6
* Prevent some alarm pathologiesChristopher Tate2014-11-181-1/+20
* Fix alarm delivery-order sortingChristopher Tate2014-10-031-6/+73
* Log alarm delivery only when localLOGVChristopher Tate2014-09-181-1/+3
* Merge "Work on issue #17477510: Time change notifications sent too often" int...Dianne Hackborn2014-09-121-0/+5
|\
| * Work on issue #17477510: Time change notifications sent too oftenDianne Hackborn2014-09-111-0/+5
* | Temp enable the log to identify the wake up cause.Xin Guan2014-09-111-1/+1
|/
* Made AlarmClockInfo a nested class in AlarmManagerJose Lima2014-08-141-19/+24
* Add AlarmClock API to AlarmManagerAdrian Roos2014-07-101-14/+208
* Delay the dispatching of non-wakeup alarms.Dianne Hackborn2014-05-201-125/+293
* Battery stats: wake locks, radio active, cleanup.Dianne Hackborn2014-03-241-11/+8
* Battery stats: track actually running timeDianne Hackborn2014-03-211-2/+7
* Reduce wake lock noise in battery history.Dianne Hackborn2014-03-111-11/+19
* Start recording wakeup reasons in battery history.Dianne Hackborn2014-03-071-1/+4
* More battery stats.Dianne Hackborn2014-02-251-8/+2
* am 5f652b9f: am 0cab896a: resolved conflicts for merge of 9e413bf4 to klp-mod...Greg Hackmann2014-02-221-2/+10
|\
| * resolved conflicts for merge of 9e413bf4 to klp-modular-dev-plus-aospGreg Hackmann2014-02-211-2/+10
* | am 25df673b: am 1b51c9cb: Merge "Make SystemService constructor take a Contex...Jeff Brown2014-02-111-0/+4
|\ \ | |/
| * Make SystemService constructor take a Context.Jeff Brown2014-02-101-0/+4
* | Improve logging of first wake lock, history size.Dianne Hackborn2014-02-051-63/+123
* | Battery stats improvements.Dianne Hackborn2014-01-221-2/+10
|/
* Move some system services to separate directoriesAmith Yamasani2013-12-191-0/+1515