Home | History | Annotate | Download | only in notification

Lines Matching refs:startHour

83     private static final String SLEEP_ATT_START_HR = "startHour";
312 final int startHour = safeInt(parser, SLEEP_ATT_START_HR, 0);
316 rt.sleepStartHour = isValidHour(startHour) ? startHour : 0;
470 downtime.startHour = sleepStartHour;
549 .appendQueryParameter("start", downtime.startHour + "." + downtime.startMinute)
566 downtime.startHour = start[0];
589 public int startHour; // 0-23
605 return startHour == other.startHour