Home | History | Annotate | Download | only in deskclock

Lines Matching defs:alert

59         p.writeParcelable(alert, flags);
120 * Audio alert to play when alarm triggers
123 public static final String ALERT = "alert";
136 ENABLED, VIBRATE, MESSAGE, ALERT };
165 public Uri alert;
185 alert = Uri.parse(alertString);
188 // If the database alert is null or it failed to parse, use the
189 // default alert.
190 if (alert == null) {
191 alert = RingtoneManager.getDefaultUri(
206 alert = (Uri) p.readParcelable(null);
219 alert = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM);