Searched refs:currentBackoffNanos (Results 1 – 1 of 1) sorted by relevance
49 long currentBackoffNanos = nextBackoffNanos; in nextBackoffNanos() local50 nextBackoffNanos = Math.min((long) (currentBackoffNanos * multiplier), maxBackoffNanos); in nextBackoffNanos()51 return currentBackoffNanos in nextBackoffNanos()52 + uniformRandom(-jitter * currentBackoffNanos, jitter * currentBackoffNanos); in nextBackoffNanos()