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.java279 private int mLastPollFreq = -1; field in WifiMetrics
2562 mLastPollFreq = wifiInfo.getFrequency(); in handlePollResult()
2563 incrementRssiPollRssiCount(mLastPollFreq, mLastPollRssi); in handlePollResult()
2566 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
2567 incrementRxLinkSpeedBandCount(mLastPollRxLinkSpeed, mLastPollFreq); in handlePollResult()
5472 staEvent.lastFreq = mLastPollFreq; in addStaEvent()
5489 mLastPollFreq = -1; in addStaEvent()
7640 int band = KnownBandsChannelHelper.getBand(mLastPollFreq);