Home | History | Annotate | Download | only in notification

Lines Matching refs:endHour

85     private static final String SLEEP_ATT_END_HR = "endHour";
314 final int endHour = safeInt(parser, SLEEP_ATT_END_HR, 0);
318 rt.sleepEndHour = isValidHour(endHour) ? endHour : 0;
472 downtime.endHour = sleepEndHour;
550 .appendQueryParameter("end", downtime.endHour + "." + downtime.endMinute)
568 downtime.endHour = end[0];
591 public int endHour;
607 && endHour == other.endHour