Searched refs:currentRetry (Results 1 – 1 of 1) sorted by relevance
142 int currentRetry = mCurrentRetry.getAndIncrement(); in runInternal() local143 if (currentRetry < mMaxAttempts) { in runInternal()145 (long) (mFirstDelay * Math.pow(mBackoffBase, currentRetry)); in runInternal()