Searched refs:configStartHour (Results 1 – 1 of 1) sorted by relevance
133 int configStartHour, int configEndHour) { in getRebootWindowStartEndHour() argument134 if (configStartHour == ALLOW_ALL_HOURS && configEndHour == ALLOW_ALL_HOURS) { in getRebootWindowStartEndHour()137 if (!isHourValid(configStartHour) in getRebootWindowStartEndHour()139 || configStartHour == configEndHour) { in getRebootWindowStartEndHour()142 return Optional.of(Pair.create(configStartHour, configEndHour)); in getRebootWindowStartEndHour()