Searched refs:DAY_LIMIT (Results 1 – 2 of 2) sorted by relevance
23 public static final int DAY_LIMIT = 24 * HOUR; field in DayPeriodInfo101 midnight(MIDNIGHT, MIDNIGHT), am(MIDNIGHT, NOON), noon(NOON, NOON), pm(NOON, DAY_LIMIT),137 if (dayPeriod == null || start < 0 || start > end || end > DAY_LIMIT in add()189 if (last.end != DAY_LIMIT) { in DayPeriodInfo()283 } else if (millisInDay >= DAY_LIMIT) { in getDayPeriod()
777 int time = (((info.get0() + info.get1()) % DayPeriodInfo.DAY_LIMIT) / 2); in handleDayPeriod()