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