Home
last modified time | relevance | path

Searched refs:currentRetry (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/utils/
DRequestThrottle.java142 int currentRetry = mCurrentRetry.getAndIncrement(); in runInternal() local
143 if (currentRetry < mMaxAttempts) { in runInternal()
145 (long) (mFirstDelay * Math.pow(mBackoffBase, currentRetry)); in runInternal()