Searched refs:mLastPollFreq (Results 1 – 1 of 1) sorted by relevance
293 private int mLastPollFreq = -1; field in WifiMetrics3299 mLastPollFreq = wifiInfo.getFrequency(); in handlePollResult()3300 incrementRssiPollRssiCount(mLastPollFreq, mLastPollRssi); in handlePollResult()3303 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()3304 incrementRxLinkSpeedBandCount(mLastPollRxLinkSpeed, mLastPollFreq); in handlePollResult()6235 staEvent.lastFreq = mLastPollFreq; in addStaEvent()6252 mLastPollFreq = -1; in addStaEvent()8600 int band = KnownBandsChannelHelper.getBand(mLastPollFreq);