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.java103 private int mMaxRetryCount; field in RetryManager
122 String ret = "RetryManager: { forever=" + mRetryForever + " maxRetry=" + mMaxRetryCount in toString()
161 mMaxRetryCount = maxRetryCount; in configure()
162 mCurMaxRetryCount = mMaxRetryCount; in configure()
191 mMaxRetryCount = 0; in configure()
215 mMaxRetryCount = value.second; in configure()
247 if (mRetryArray.size() > mMaxRetryCount) { in configure()
248 mMaxRetryCount = mRetryArray.size(); in configure()
249 if (VDBG) log("configure: setting mMaxRetryCount=" + mMaxRetryCount); in configure()
251 mCurMaxRetryCount = mMaxRetryCount; in configure()
[all …]