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.java203 private int mMaxRetryCount; field in RetryManager
298 mMaxRetryCount = value.second; in configure()
330 if (mRetryArray.size() > mMaxRetryCount) { in configure()
331 mMaxRetryCount = mRetryArray.size(); in configure()
332 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure()
619 if (!mRetryForever && mRetryCount + 1 > mMaxRetryCount) { in getDelayForNextApn()
620 log("Reached maximum retry count " + mMaxRetryCount + "."); in getDelayForNextApn()
655 mMaxRetryCount = 0; in reset()
711 + mRetryCount + " mMaxRetryCount=" + mMaxRetryCount + " mCurrentApnIndex=" in toString()