Searched refs:mIteration (Results 1 – 2 of 2) sorted by relevance
671 int mIteration = 0; in testRestoreSms_WithException()674 if (mIteration == 0) { in testRestoreSms_WithException()675 mIteration++; in testRestoreSms_WithException()
2622 int mIteration = 0; field in WifiScanningServiceImpl.WifiPnoScanStateMachine.SwPnoScanState.SwPnoScheduler2648 if (mCurrentSchedule.mMaxIterations > mIteration) { in next()2649 mIteration++; in next()2653 mIteration = 1; in next()2660 int multiplier = mCurrentSchedule.mBackoff ? mIteration : 1; in getInterval()