Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java225 private int mLastPollFreq = -1; field in WifiMetrics
1579 mLastPollFreq = wifiInfo.getFrequency(); in handlePollResult()
1580 incrementRssiPollRssiCount(mLastPollFreq, mLastPollRssi); in handlePollResult()
1583 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
1584 incrementRxLinkSpeedBandCount(mLastPollRxLinkSpeed, mLastPollFreq); in handlePollResult()
3816 staEvent.lastFreq = mLastPollFreq; in addStaEvent()
3824 mLastPollFreq = -1; in addStaEvent()