index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
AlarmManager.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move AlarmManager to apex
Suprabh Shukla
2020-05-19
1
-1158
/
+0
*
Don't remove OnAlarmListener mappings in the client
Suprabh Shukla
2020-04-28
1
-22
/
+20
*
Merge "Rename ZoneInfoDB -> ZoneInfoDb" am: 402674f2a0 am: c3e31d6ac5 am: f8a...
Automerger Merge Worker
2020-01-29
1
-2
/
+2
|
\
|
*
Rename ZoneInfoDB -> ZoneInfoDb
Neil Fuller
2020-01-28
1
-2
/
+2
|
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
|
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-12-05
1
-2
/
+2
|
/
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
Merge "Track move of timezone classes to libcore.timezone" am: d48dbc9a34 am:...
Neil Fuller
2018-11-28
1
-1
/
+1
|
\
|
*
Track move of timezone classes to libcore.timezone
Neil Fuller
2018-11-27
1
-1
/
+1
|
*
Avoiding potential NPE when dumping to proto.
Kweku Adams
2018-09-11
1
-2
/
+3
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+9
*
|
Avoiding potential NPE when dumping to proto.
Kweku Adams
2018-09-04
1
-1
/
+3
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+9
*
|
Annotate methods with SET_TIME and SET_TIME_ZONE.
Jeff Sharkey
2018-06-11
1
-1
/
+2
|
/
*
Pass in the user defined by Context.
Jeff Sharkey
2018-02-03
1
-1
/
+3
*
Fix issue #23820845: Update AlarmManager.setAlarmClock() documentation...
Dianne Hackborn
2017-12-05
1
-5
/
+17
*
incidentd: Adding proto dump for AlarmManager.
Kweku Adams
2017-10-23
1
-7
/
+16
*
Fix #62350081 - annotate permission requirements
Christopher Tate
2017-06-05
1
-0
/
+3
*
Annotate @SystemApi with required permissions.
Jeff Sharkey
2017-06-05
1
-5
/
+2
*
Fix frozen alarm issue
Makoto Onuki
2017-05-04
1
-4
/
+5
*
Even more auto-doc work.
Jeff Sharkey
2017-04-24
1
-38
/
+48
*
Merge "Work on issue #28942589: Tune job scheduler" into nyc-dev
Dianne Hackborn
2016-06-01
1
-0
/
+16
|
\
|
*
Work on issue #28942589: Tune job scheduler
Dianne Hackborn
2016-05-31
1
-0
/
+16
*
|
Don't bother with WeakHashMap for direct alarm bookkeeping
Christopher Tate
2016-05-31
1
-3
/
+3
|
/
*
Don't worry about an extra weak indirection with callback alarms
Christopher Tate
2016-04-21
1
-19
/
+7
*
Fix NPE in AlarmManager.cancel(...)
Joe LaPenna
2016-04-01
1
-4
/
+6
*
Fix issue #27653326: Sync doesn't work in doze maintenance
Dianne Hackborn
2016-03-18
1
-3
/
+4
*
Improve AlarmManager docs
Christopher Tate
2016-03-09
1
-5
/
+15
*
When system server goes down, crash apps more.
Jeff Sharkey
2016-03-01
1
-2
/
+7
*
Relax null parameter enforcement for legacy apps
Christopher Tate
2015-12-02
1
-4
/
+9
*
Make WorkSource version of alarm listener API @SystemApi
Christopher Tate
2015-11-04
1
-1
/
+1
*
Introduce direct listener API for alarm delivery
Christopher Tate
2015-10-30
1
-17
/
+242
*
am bc2a8843: am b97c5ddd: am 9b36f526: am c1836bb0: Merge "Change MNC codenam...
Dianne Hackborn
2015-08-01
1
-1
/
+1
|
\
|
*
Change MNC codename to just M.
Dianne Hackborn
2015-07-29
1
-1
/
+1
*
|
am 04efda69: am 6b335380: am 47306086: am a681d7d9: Merge "Improve alarm mana...
Dianne Hackborn
2015-07-10
1
-10
/
+16
|
\
|
|
*
Improve alarm manager docs.
Dianne Hackborn
2015-07-09
1
-10
/
+16
*
|
am 6e2fb78f: am e554cc96: Merge "Implement some control over ALLOW_WHILE_IDLE...
Dianne Hackborn
2015-06-12
1
-1
/
+22
|
\
|
|
*
Implement some control over ALLOW_WHILE_IDLE alarms.
Dianne Hackborn
2015-06-12
1
-1
/
+22
*
|
am 7b566da5: Merge "AlarmClockInfo: fix redundant word in doc comment"
Chris Tate
2015-05-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
AlarmClockInfo: fix redundant word in doc comment
Shuhrat Dehkanov
2015-05-14
1
-1
/
+1
*
|
Implement device idle in power manager.
Dianne Hackborn
2015-05-11
1
-5
/
+88
*
|
AlarmManager: Reject non-olson timezones for targetSdk >= M
Narayan Kamath
2015-05-01
1
-6
/
+37
*
|
Work on issue #20401752: device idle and alarms.
Dianne Hackborn
2015-04-21
1
-0
/
+9
*
|
More work on device idle mode and other power stuff.
Dianne Hackborn
2015-04-09
1
-9
/
+54
*
|
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
|
/
*
Add @SystemApi annotations to methods used by GmsCore.
David Christie
2014-09-04
1
-0
/
+2
*
Made AlarmClockInfo a nested class in AlarmManager
Jose Lima
2014-08-14
1
-0
/
+84
*
Add AlarmClock API to AlarmManager
Adrian Roos
2014-07-10
1
-8
/
+81
*
Un-deprecate setInexactRepeating() and tweak docs
Christopher Tate
2013-10-25
1
-33
/
+52
[next]