Searched refs:mCurrentRetryIndex (Results 1 – 1 of 1) sorted by relevance
900 int mCurrentRetryIndex; field in ErrorPolicyManager.ErrorInfo908 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()