commit | e46be904bd76dff5a13aeef12e9bfeddac7bbe81 | [log] [tgz] |
---|---|---|
author | Patrick Scott <phanna@android.com> | Wed Jan 27 08:58:13 2010 -0500 |
committer | Patrick Scott <phanna@android.com> | Wed Jan 27 09:15:26 2010 -0500 |
tree | 0e2fd9ce6717923aae665c6e121f3819adff5ced | |
parent | 39ea1b4b6f3b5976b97efb7215e67c5ecd314057 [diff] |
Moving alarm creation into SetAlarm. This change allows the user to create a new alarm and then press "Revert" without having already created the alarm. Refactor a few methods to take an Alarm object rather than all the alarm fields. The static method in AlarmClock to create a new alarm is no longer needed. Do some cleanup in AlarmProvider around intial values. Bug: 2338234