Searched refs:rtcTimes (Results 1 – 1 of 1) sorted by relevance
1072 private static Pair<Long, Long> convertRtcBoundsToElapsed(Pair<Long, Long> rtcTimes, in convertRtcBoundsToElapsed() argument1075 final long earliest = (rtcTimes.first > JobStatus.NO_EARLIEST_RUNTIME) in convertRtcBoundsToElapsed()1076 ? nowElapsed + Math.max(rtcTimes.first - nowWallclock, 0) in convertRtcBoundsToElapsed()1078 final long latest = (rtcTimes.second < JobStatus.NO_LATEST_RUNTIME) in convertRtcBoundsToElapsed()1079 ? nowElapsed + Math.max(rtcTimes.second - nowWallclock, 0) in convertRtcBoundsToElapsed()