Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java224 private int mLastPollRxLinkSpeed = -1; field in WifiMetrics
1582 mLastPollRxLinkSpeed = wifiInfo.getRxLinkSpeedMbps(); in handlePollResult()
1584 incrementRxLinkSpeedBandCount(mLastPollRxLinkSpeed, mLastPollFreq); in handlePollResult()
3826 mLastPollRxLinkSpeed = -1; in addStaEvent()