Searched refs:timeLeft (Results 1 – 1 of 1) sorted by relevance
2929 long timeLeft = timeout - (SystemClock.uptimeMillis() - startTime); in pollWithBackoff() local2930 if (timeLeft < 0) { in pollWithBackoff()2933 waitMs = Math.min(Math.min(waitMs + backoff, maxBackoff), timeLeft); in pollWithBackoff()