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.java236 private int mLastPollLinkSpeed = -1; field in WifiMetrics
2080 mLastPollLinkSpeed = wifiInfo.getLinkSpeed(); in handlePollResult()
2083 incrementLinkSpeedCount(mLastPollLinkSpeed, mLastPollRssi); in handlePollResult()
2085 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
4777 staEvent.lastLinkSpeed = mLastPollLinkSpeed; in addStaEvent()
4793 mLastPollLinkSpeed = -1; in addStaEvent()