Searched refs:mCurrentApnIndex (Results 1 – 1 of 1) sorted by relevance
230 private int mCurrentApnIndex = -1; field in RetryManager537 if (mCurrentApnIndex != -1 && networkSuggestedRetryDelay != NO_SUGGESTED_RETRY_DELAY in getNextApnSetting()540 return mWaitingApns.get(mCurrentApnIndex); in getNextApnSetting()545 int index = mCurrentApnIndex; in getNextApnSetting()561 mCurrentApnIndex = index; in getNextApnSetting()562 return mWaitingApns.get(mCurrentApnIndex); in getNextApnSetting()600 int index = mCurrentApnIndex; in getDelayForNextApn()617 if (index <= mCurrentApnIndex) { in getDelayForNextApn()657 mCurrentApnIndex = -1; in reset()712 + mCurrentApnIndex + " mSameApnRtryCount=" + mSameApnRetryCount in toString()