Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DExponentialBackoff.java27 private int mRetryCounter; field in ExponentialBackoff
73 mRetryCounter = 0; in ExponentialBackoff()
83 mRetryCounter = 0; in start()
91 mRetryCounter = 0; in stop()
97 mRetryCounter++; in notifyFailed()
99 mMaximumDelayMs, (long) (mStartDelayMs * Math.pow(mMultiplier, mRetryCounter))); in notifyFailed()