Home | History | Annotate | Download | only in deskclock

Lines Matching refs:Alarm

32 public final class Alarm implements Parcelable {
37 public static final Parcelable.Creator<Alarm> CREATOR
38 = new Parcelable.Creator<Alarm>() {
39 public Alarm createFromParcel(Parcel p) {
40 return new Alarm(p);
43 public Alarm[] newArray(int size) {
44 return new Alarm[size];
76 Uri.parse("content://com.android.deskclock/alarm");
97 * Alarm time in UTC milliseconds from the epoch.
103 * True if alarm is active
109 * True if alarm should vibrate
115 * Message to show when alarm triggers
122 * Audio alert to play when alarm triggers
172 return "Alarm{" +
186 public Alarm(Cursor c) {
198 Log.v("Alarm is marked as silent");
215 public Alarm(Parcel p) {
228 // Creates a default alarm at the current time.
229 public Alarm() {
253 if (!(o instanceof Alarm)) return false;
254 final Alarm other = (Alarm) o;
349 * Sets the repeat day for the alarm.
399 * returns number of days from today until next alarm