Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRetryManager.java194 private int mMaxRetryCount; field in RetryManager
284 mMaxRetryCount = value.second; in configure()
316 if (mRetryArray.size() > mMaxRetryCount) { in configure()
317 mMaxRetryCount = mRetryArray.size(); in configure()
318 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure()
580 if (!mRetryForever && mRetryCount + 1 > mMaxRetryCount) { in getDelayForNextApn()
581 log("Reached maximum retry count " + mMaxRetryCount + "."); in getDelayForNextApn()
616 mMaxRetryCount = 0; in reset()
681 + " mMaxRetryCount=" + mMaxRetryCount + " mCurrentApnIndex=" + mCurrentApnIndex in toString()