Searched refs:mMaxRetryCount (Results 1 – 1 of 1) sorted by relevance
195 private int mMaxRetryCount; field in RetryManager285 mMaxRetryCount = value.second; in configure()317 if (mRetryArray.size() > mMaxRetryCount) { in configure()318 mMaxRetryCount = mRetryArray.size(); in configure()319 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure()582 if (!mRetryForever && mRetryCount + 1 > mMaxRetryCount) { in getDelayForNextApn()583 log("Reached maximum retry count " + mMaxRetryCount + "."); in getDelayForNextApn()618 mMaxRetryCount = 0; in reset()687 + " mMaxRetryCount=" + mMaxRetryCount + " mCurrentApnIndex=" + mCurrentApnIndex in toString()