Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java900 int mCurrentRetryIndex; field in ErrorPolicyManager.ErrorInfo
908 mCurrentRetryIndex = -1; in ErrorInfo()
915 mCurrentRetryIndex = -1; in ErrorInfo()
929 long time = mErrorPolicy.getRetryTime(++mCurrentRetryIndex); in updateCurrentRetryTime()
931 Log.d(LOG_TAG, "Current RetryArray index: " + mCurrentRetryIndex + " time: " + time); in updateCurrentRetryTime()
947 time = TimeUnit.SECONDS.toMillis(mErrorPolicy.getRetryTime(mCurrentRetryIndex)); in getCurrentRetryTime()
953 "Current RetryArray index: " + mCurrentRetryIndex + " and time: " + time); in getCurrentRetryTime()
976 TimeUnit.SECONDS.toMillis(mErrorPolicy.getRetryTime(mCurrentRetryIndex)); in canBringUpTunnel()