Searched refs:mCurrentSchedule (Results 1 – 1 of 1) sorted by relevance
2620 SwPnoScheduleInfo mCurrentSchedule; field in WifiScanningServiceImpl.WifiPnoScanStateMachine.SwPnoScanState.SwPnoScheduler2643 mCurrentSchedule = mScheduleIterator.next(); in start()2648 if (mCurrentSchedule.mMaxIterations > mIteration) { in next()2652 mCurrentSchedule = mScheduleIterator.next(); in next()2660 int multiplier = mCurrentSchedule.mBackoff ? mIteration : 1; in getInterval()2661 return mCurrentSchedule.mTimerBaseMs * multiplier; in getInterval()2665 return mCurrentSchedule.mExact; in isExact()