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.java2952 line.append(",probe_mcs_rate_since_last_update=" + entry.probeMcsRateSinceLastUpdate); in printWifiUsabilityStatsEntry()
4422 wifiUsabilityStatsEntry.probeMcsRateSinceLastUpdate = mProbeMcsRateSinceLastUpdate;
4555 s.probeElapsedTimeSinceLastUpdateMs, s.probeMcsRateSinceLastUpdate,
4589 out.probeMcsRateSinceLastUpdate = s.probeMcsRateSinceLastUpdate;