Home
last modified time | relevance | path

Searched refs:mIteration (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyBackupAgentTest.java671 int mIteration = 0; in testRestoreSms_WithException()
674 if (mIteration == 0) { in testRestoreSms_WithException()
675 mIteration++; in testRestoreSms_WithException()
/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
DWifiScanningServiceImpl.java2622 int mIteration = 0; field in WifiScanningServiceImpl.WifiPnoScanStateMachine.SwPnoScanState.SwPnoScheduler
2648 if (mCurrentSchedule.mMaxIterations > mIteration) { in next()
2649 mIteration++; in next()
2653 mIteration = 1; in next()
2660 int multiplier = mCurrentSchedule.mBackoff ? mIteration : 1; in getInterval()