Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java223 private int mLastPollLinkSpeed = -1; field in WifiMetrics
1578 mLastPollLinkSpeed = wifiInfo.getLinkSpeed(); in handlePollResult()
1581 incrementLinkSpeedCount(mLastPollLinkSpeed, mLastPollRssi); in handlePollResult()
1583 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
3817 staEvent.lastLinkSpeed = mLastPollLinkSpeed; in addStaEvent()
3825 mLastPollLinkSpeed = -1; in addStaEvent()