Searched refs:drainTime (Results 1 – 1 of 1) sorted by relevance
261 public static long roundTimeToNearestThreshold(long drainTime, long threshold) { in roundTimeToNearestThreshold() argument262 long time = Math.abs(drainTime); in roundTimeToNearestThreshold()