Lines Matching full:minute
55 alarmTime.set(Calendar.MINUTE, alarm.minute);
63 alarm.hour, alarm.minute,
81 * Returns a next alarm time (nearest day) Calendar instance with the hour and the minute.
84 * @param minute the integer of the minute an alarm should go off
86 * minute
88 public Calendar getNextAlarmTime(int hour, int minute) {
91 alarmTime.set(Calendar.MINUTE, minute);