Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiUsabilityStatsEntry.java99 private final int mProbeMcsRateSinceLastUpdate; field in WifiUsabilityStatsEntry
142 mProbeMcsRateSinceLastUpdate = probeMcsRateSinceLastUpdate; in WifiUsabilityStatsEntry()
178 dest.writeInt(mProbeMcsRateSinceLastUpdate); in writeToParcel()
318 return mProbeMcsRateSinceLastUpdate; in getProbeMcsRateSinceLastUpdate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java217 private int mProbeMcsRateSinceLastUpdate = -1; field in WifiMetrics
3642 mProbeMcsRateSinceLastUpdate = -1; in clear()
4422 wifiUsabilityStatsEntry.probeMcsRateSinceLastUpdate = mProbeMcsRateSinceLastUpdate;
4461 mProbeMcsRateSinceLastUpdate = -1;