summaryrefslogtreecommitdiff
path: root/core/java/android/app/AlarmManager.java
Commit message (Expand)AuthorAgeFilesLines
* Move AlarmManager to apexSuprabh Shukla2020-05-191-1158/+0
* Don't remove OnAlarmListener mappings in the clientSuprabh Shukla2020-04-281-22/+20
* Merge "Rename ZoneInfoDB -> ZoneInfoDb" am: 402674f2a0 am: c3e31d6ac5 am: f8a...Automerger Merge Worker2020-01-291-2/+2
|\
| * Rename ZoneInfoDB -> ZoneInfoDbNeil Fuller2020-01-281-2/+2
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-2/+2
|/
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Merge "Track move of timezone classes to libcore.timezone" am: d48dbc9a34 am:...Neil Fuller2018-11-281-1/+1
|\
| * Track move of timezone classes to libcore.timezoneNeil Fuller2018-11-271-1/+1
| * Avoiding potential NPE when dumping to proto.Kweku Adams2018-09-111-2/+3
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+9
* | Avoiding potential NPE when dumping to proto.Kweku Adams2018-09-041-1/+3
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+9
* | Annotate methods with SET_TIME and SET_TIME_ZONE.Jeff Sharkey2018-06-111-1/+2
|/
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-1/+3
* Fix issue #23820845: Update AlarmManager.setAlarmClock() documentation...Dianne Hackborn2017-12-051-5/+17
* incidentd: Adding proto dump for AlarmManager.Kweku Adams2017-10-231-7/+16
* Fix #62350081 - annotate permission requirementsChristopher Tate2017-06-051-0/+3
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-5/+2
* Fix frozen alarm issueMakoto Onuki2017-05-041-4/+5
* Even more auto-doc work.Jeff Sharkey2017-04-241-38/+48
* Merge "Work on issue #28942589: Tune job scheduler" into nyc-devDianne Hackborn2016-06-011-0/+16
|\
| * Work on issue #28942589: Tune job schedulerDianne Hackborn2016-05-311-0/+16
* | Don't bother with WeakHashMap for direct alarm bookkeepingChristopher Tate2016-05-311-3/+3
|/
* Don't worry about an extra weak indirection with callback alarmsChristopher Tate2016-04-211-19/+7
* Fix NPE in AlarmManager.cancel(...)Joe LaPenna2016-04-011-4/+6
* Fix issue #27653326: Sync doesn't work in doze maintenanceDianne Hackborn2016-03-181-3/+4
* Improve AlarmManager docsChristopher Tate2016-03-091-5/+15
* When system server goes down, crash apps more.Jeff Sharkey2016-03-011-2/+7
* Relax null parameter enforcement for legacy appsChristopher Tate2015-12-021-4/+9
* Make WorkSource version of alarm listener API @SystemApiChristopher Tate2015-11-041-1/+1
* Introduce direct listener API for alarm deliveryChristopher Tate2015-10-301-17/+242
* am bc2a8843: am b97c5ddd: am 9b36f526: am c1836bb0: Merge "Change MNC codenam...Dianne Hackborn2015-08-011-1/+1
|\
| * Change MNC codename to just M.Dianne Hackborn2015-07-291-1/+1
* | am 04efda69: am 6b335380: am 47306086: am a681d7d9: Merge "Improve alarm mana...Dianne Hackborn2015-07-101-10/+16
|\|
| * Improve alarm manager docs.Dianne Hackborn2015-07-091-10/+16
* | am 6e2fb78f: am e554cc96: Merge "Implement some control over ALLOW_WHILE_IDLE...Dianne Hackborn2015-06-121-1/+22
|\|
| * Implement some control over ALLOW_WHILE_IDLE alarms.Dianne Hackborn2015-06-121-1/+22
* | am 7b566da5: Merge "AlarmClockInfo: fix redundant word in doc comment"Chris Tate2015-05-141-1/+1
|\ \ | |/ |/|
| * AlarmClockInfo: fix redundant word in doc commentShuhrat Dehkanov2015-05-141-1/+1
* | Implement device idle in power manager.Dianne Hackborn2015-05-111-5/+88
* | AlarmManager: Reject non-olson timezones for targetSdk >= MNarayan Kamath2015-05-011-6/+37
* | Work on issue #20401752: device idle and alarms.Dianne Hackborn2015-04-211-0/+9
* | More work on device idle mode and other power stuff.Dianne Hackborn2015-04-091-9/+54
* | Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
|/
* Add @SystemApi annotations to methods used by GmsCore.David Christie2014-09-041-0/+2
* Made AlarmClockInfo a nested class in AlarmManagerJose Lima2014-08-141-0/+84
* Add AlarmClock API to AlarmManagerAdrian Roos2014-07-101-8/+81
* Un-deprecate setInexactRepeating() and tweak docsChristopher Tate2013-10-251-33/+52