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