summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/AlarmManagerService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-12-17resolved conflicts for merge of 08579921 to klp-modular-devGreg Hackmann
2013-12-16Add timerfd backend to AlarmManagerServiceGreg Hackmann
2013-12-12Introduce a Lifecycle for system servicesAdam Lesinski
2013-10-28Always re-evaluate kernel alarm setpoints when a new alarm is addedChristopher Tate
2013-10-21Preserve window sizes when rebatching alarmsChristopher Tate
2013-09-26Sigh.Christopher Tate
2013-09-24Don't crash when no alarms are scheduledChristopher Tate
2013-09-19Implement issue #10691475: Kill cached processes if about to...Dianne Hackborn
2013-09-05Turn off verbose wakeup-alarm statsChristopher Tate
2013-08-01Add WorkSource capability to AlarmManager.David Christie
2013-07-31Don't try to do the work if there isn't any data.Christopher Tate
2013-07-30If you set an alarm before the epoch, you're gonna have a bad timeChristopher Tate
2013-07-29Turn off Alarm Manager logspew pending a more friendly implementationChristopher Tate
2013-07-26Maintain ordering when alarm removal alters batch boundsChristopher Tate
2013-07-26Revert "Add WorkSource capability to AlarmManager"David Christie
2013-07-26Add WorkSource capability to AlarmManagerDavid Christie
2013-07-25Turn on debug logs for alarm batchingChristopher Tate
2013-07-23Don't let batch coalescing / rewindowing break batch orderingChristopher Tate
2013-07-19Add AlarmManager.setWindow(...) for supplying an explicit delivery windowChristopher Tate
2013-07-19EWRONGVARNAMEChristopher Tate
2013-07-17Batch alarms to reduce device wakeupsChristopher Tate
2013-07-02Add dumpsys of recent wakeup patterns, for analysisChristopher Tate
2013-05-30Clean up some temporary allocations.Dianne Hackborn
2013-01-10am a3e79199: Merge "TIME_TICK was not occurred for one hour"Christopher Tate
2013-01-10TIME_TICK was not occurred for one hourSungmin Choi
2012-11-27Improve debugging for issue #7586414: AlarmManager wakelocks heldDianne Hackborn
2012-10-26Fix issue #7419050: Time is not getting updated after launching ClockDianne Hackborn
2012-09-17Fix API review bugs.Dianne Hackborn
2012-08-31Don't set the time zone under the caller's identityChristopher Tate
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-28Start implementing concept of "running" users.Dianne Hackborn
2012-04-06Attribute alarm broadcast wakelocks to the senderChristopher Tate
2012-03-08Add new Intent API for associating a ClipData with an Intent.Dianne Hackborn
2011-09-23Fix issue #5173952: Opening a Notification From Lock Screen...Dianne Hackborn
2011-08-25Use ELAPSE_REALTIME alarm for tick eventPaul Westbrook
2011-06-20am c1b62e3b: am bf5adfa5: Merge "Check if we are in daylight time when calcul...Conley Owens
2011-04-19Check if we are in daylight time when calculating timezoneLavettacn Xiao
2011-02-08Align inexact alarms in both time bases; don't pull to wall timeChristopher Tate
2011-01-23Fix issue #3215261: NPE in WiFi SettingsDianne Hackborn
2010-10-10am fb1e5529: Merge "Fix time zone info in kernel is nothing after reboot"Jean-Baptiste Queru
2010-10-06Work on issue #3062691: GPS enable bypass via com.android.settings.widget.Set...Dianne Hackborn
2010-08-20Fix time zone info in kernel is nothing after rebootRobert CH Chou
2010-03-31Fix alarms with negative or very large wakup times.Jeff Brown
2010-03-10Don't remove alarms for packages that are being updated.Dianne Hackborn
2010-03-01Switch the services library to using the new SlogJoe Onorato
2010-02-22Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn
2010-02-08Rename media resource broadcastsSuchi Amalapurapu
2010-02-05Add an AlarmManager API to set the system time (with the proper permissions).Dan Egnor
2010-02-02Apps on sdcard: Add new broadcastsSuchi Amalapurapu