Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiMetrics.java277 private int mLastPollLinkSpeed = -1; field in WifiMetrics
2561 mLastPollLinkSpeed = wifiInfo.getLinkSpeed(); in handlePollResult()
2564 incrementLinkSpeedCount(mLastPollLinkSpeed, mLastPollRssi); in handlePollResult()
2566 incrementTxLinkSpeedBandCount(mLastPollLinkSpeed, mLastPollFreq); in handlePollResult()
5473 staEvent.lastLinkSpeed = mLastPollLinkSpeed; in addStaEvent()
5490 mLastPollLinkSpeed = -1; in addStaEvent()