Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java293 private int mLastPollFreq = -1; field in WifiMetrics
3299 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);