Searched refs:mCurrentApnIndex (Results 1 – 1 of 1) sorted by relevance
222 private int mCurrentApnIndex = -1; field in RetryManager503 if (mCurrentApnIndex != -1 && mModemSuggestedDelay != NO_SUGGESTED_RETRY_DELAY in getNextApnSetting()506 return mWaitingApns.get(mCurrentApnIndex); in getNextApnSetting()511 int index = mCurrentApnIndex; in getNextApnSetting()527 mCurrentApnIndex = index; in getNextApnSetting()528 return mWaitingApns.get(mCurrentApnIndex); in getNextApnSetting()563 int index = mCurrentApnIndex; in getDelayForNextApn()580 if (index <= mCurrentApnIndex) { in getDelayForNextApn()620 mCurrentApnIndex = -1; in reset()669 if (mCurrentApnIndex == -1) { in setModemSuggestedDelay()[all …]