Searched refs:mCurrentApnIndex (Results 1 – 1 of 1) sorted by relevance
221 private int mCurrentApnIndex = -1; field in RetryManager505 return mWaitingApns.get(mCurrentApnIndex); in getNextApnSetting()510 int index = mCurrentApnIndex; in getNextApnSetting()521 if (index == mCurrentApnIndex) return null; in getNextApnSetting()524 mCurrentApnIndex = index; in getNextApnSetting()525 return mWaitingApns.get(mCurrentApnIndex); in getNextApnSetting()560 int index = mCurrentApnIndex; in getDelayForNextApn()571 if (index == mCurrentApnIndex) { in getDelayForNextApn()578 if (index <= mCurrentApnIndex) { in getDelayForNextApn()618 mCurrentApnIndex = -1; in reset()[all …]