summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/AlarmManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* Add WorkSource capability to AlarmManager.David Christie2013-08-011-17/+42
* Don't try to do the work if there isn't any data.Christopher Tate2013-07-311-9/+11
* If you set an alarm before the epoch, you're gonna have a bad timeChristopher Tate2013-07-301-2/+16
* Turn off Alarm Manager logspew pending a more friendly implementationChristopher Tate2013-07-291-1/+1
* Maintain ordering when alarm removal alters batch boundsChristopher Tate2013-07-261-38/+99
* Revert "Add WorkSource capability to AlarmManager"David Christie2013-07-261-41/+18
* Add WorkSource capability to AlarmManagerDavid Christie2013-07-261-18/+41
* Turn on debug logs for alarm batchingChristopher Tate2013-07-251-1/+1
* Don't let batch coalescing / rewindowing break batch orderingChristopher Tate2013-07-231-9/+23
* Add AlarmManager.setWindow(...) for supplying an explicit delivery windowChristopher Tate2013-07-191-16/+30
* EWRONGVARNAMEChristopher Tate2013-07-191-4/+4
* Batch alarms to reduce device wakeupsChristopher Tate2013-07-171-314/+497
* Add dumpsys of recent wakeup patterns, for analysisChristopher Tate2013-07-021-2/+75
* Clean up some temporary allocations.Dianne Hackborn2013-05-301-38/+37
* am a3e79199: Merge "TIME_TICK was not occurred for one hour"Christopher Tate2013-01-101-6/+2
|\
| * TIME_TICK was not occurred for one hourSungmin Choi2013-01-101-6/+2
* | Improve debugging for issue #7586414: AlarmManager wakelocks heldDianne Hackborn2012-11-271-39/+193
|/
* Fix issue #7419050: Time is not getting updated after launching ClockDianne Hackborn2012-10-261-3/+5
* Fix API review bugs.Dianne Hackborn2012-09-171-1/+1
* Don't set the time zone under the caller's identityChristopher Tate2012-08-311-24/+31
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-2/+2
* Start implementing concept of "running" users.Dianne Hackborn2012-08-281-1/+31
* Attribute alarm broadcast wakelocks to the senderChristopher Tate2012-04-061-3/+33
* Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn2012-03-081-1/+2
* Fix issue #5173952: Opening a Notification From Lock Screen...Dianne Hackborn2011-09-231-1/+1
* Use ELAPSE_REALTIME alarm for tick eventPaul Westbrook2011-08-251-3/+9
* am c1b62e3b: am bf5adfa5: Merge "Check if we are in daylight time when calcul...Conley Owens2011-06-201-7/+3
|\
| * Check if we are in daylight time when calculating timezoneLavettacn Xiao2011-04-191-7/+3
* | Align inexact alarms in both time bases; don't pull to wall timeChristopher Tate2011-02-081-56/+30
* | Fix issue #3215261: NPE in WiFi SettingsDianne Hackborn2011-01-231-1/+2
|/
* am fb1e5529: Merge "Fix time zone info in kernel is nothing after reboot"Jean-Baptiste Queru2010-10-101-0/+8
|\
| * Fix time zone info in kernel is nothing after rebootRobert CH Chou2010-08-201-0/+8
* | Work on issue #3062691: GPS enable bypass via com.android.settings.widget.Set...Dianne Hackborn2010-10-061-11/+16
|/
* Fix alarms with negative or very large wakup times.Jeff Brown2010-03-311-3/+14
* Don't remove alarms for packages that are being updated.Dianne Hackborn2010-03-101-0/+5
* Switch the services library to using the new SlogJoe Onorato2010-03-011-16/+16
* Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-221-1/+28
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-2/+2
* Add an AlarmManager API to set the system time (with the proper permissions).Dan Egnor2010-02-051-0/+8
* Apps on sdcard: Add new broadcastsSuchi Amalapurapu2010-02-021-5/+22
* Implement API to have new broadcasts replace existing broadcasts.Dianne Hackborn2009-12-141-3/+7
* AlarmManagerService: Fix daylight savings time offset computationMike Lockwood2009-11-201-2/+6
* More optimization of dumpsys output.Dianne Hackborn2009-04-221-31/+42
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+808
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-773/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-62/+27
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-27/+62
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-1/+1
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-6/+101
* Initial ContributionThe Android Open Source Project2008-10-211-0/+678