Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DWifiUsabilityStatsEntry.java117 int probeMcsRateSinceLastUpdate, int rxLinkSpeedMbps, in WifiUsabilityStatsEntry() argument
142 mProbeMcsRateSinceLastUpdate = probeMcsRateSinceLastUpdate; in WifiUsabilityStatsEntry()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java2828 line.append(",probe_mcs_rate_since_last_update=" + entry.probeMcsRateSinceLastUpdate); in printWifiUsabilityStatsEntry()
4277 wifiUsabilityStatsEntry.probeMcsRateSinceLastUpdate = mProbeMcsRateSinceLastUpdate;
4410 s.probeElapsedTimeSinceLastUpdateMs, s.probeMcsRateSinceLastUpdate,
4444 out.probeMcsRateSinceLastUpdate = s.probeMcsRateSinceLastUpdate;