Searched refs:rxLinkSpeedMbps (Results 1 – 5 of 5) sorted by relevance
384 int rxLinkSpeedMbps = wifiInfo.getRxLinkSpeedMbps(); in checkDataStallAndThroughputSufficiency() local415 if (rxLinkSpeedMbps > 0) { in checkDataStallAndThroughputSufficiency()418 || rxLinkSpeedMbps > mDeviceConfigFacade.getRxLinkSpeedLowThresholdMbps()) { in checkDataStallAndThroughputSufficiency()419 mRxTputKbps = (int) ((long) rxLinkSpeedMbps * 1000 in checkDataStallAndThroughputSufficiency()
4368 line.append(",rx_link_speed_mbps=" + entry.rxLinkSpeedMbps); in printWifiUsabilityStatsEntry()6312 wifiUsabilityStatsEntry.rxLinkSpeedMbps = info.getRxLinkSpeedMbps();6502 s.rxLinkSpeedMbps, s.timeSliceDutyCycleInPercent, contentionTimeStats, rateStats,6676 out.rxLinkSpeedMbps = s.rxLinkSpeedMbps;
617 int probeMcsRateSinceLastUpdate, int rxLinkSpeedMbps, in WifiUsabilityStatsEntry() argument646 mRxLinkSpeedMbps = rxLinkSpeedMbps; in WifiUsabilityStatsEntry()
680 int rxLinkSpeedMbps = mWifiInfo.getRxLinkSpeedMbps(); in refreshRxSpeed() local681 mRxLinkSpeedPref.setVisible(rxLinkSpeedMbps >= 0); in refreshRxSpeed()
3971 assertEquals(info.getRxLinkSpeedMbps(), usabilityStats.rxLinkSpeedMbps); in assertUsabilityStatsAssignment()