Searched refs:toSeconds (Results 1 – 9 of 9) sorted by relevance
306 long maxAgeSecondsLong = timeUnit.toSeconds(maxAge); in maxAge()324 long maxStaleSecondsLong = timeUnit.toSeconds(maxStale); in maxStale()343 long minFreshSecondsLong = timeUnit.toSeconds(minFresh); in minFresh()
303 long maxAgeSecondsLong = timeUnit.toSeconds(maxAge); in maxAge()321 long maxStaleSecondsLong = timeUnit.toSeconds(maxStale); in maxStale()340 long minFreshSecondsLong = timeUnit.toSeconds(minFresh); in minFresh()
120 long seconds = TimeUnit.MILLISECONDS.toSeconds(timeFromTestStartMS) - in captureState()121 TimeUnit.MINUTES.toSeconds(TimeUnit.MILLISECONDS.toMinutes(timeFromTestStartMS)); in captureState()
198 long seconds = NANOSECONDS.toSeconds(System.nanoTime() - startTime); in recordRoute()
366 public static long toSeconds(Duration duration) { in toSeconds() method in Durations
297 public static long toSeconds(Timestamp timestamp) { in toSeconds() method in Timestamps
628 return unit.toSeconds(timeoutNanos) + "S"; in toAsciiString()
258 boolean longWait = TimeUnit.NANOSECONDS.toSeconds(thread.timeSpentBlocked) >= 5; in testToString_delayedTimeout()