Searched refs:txLinkSpeedMbps (Results 1 – 2 of 2) sorted by relevance
383 int txLinkSpeedMbps = wifiInfo.getLinkSpeed(); in checkDataStallAndThroughputSufficiency() local403 if (txLinkSpeedMbps > 0) { in checkDataStallAndThroughputSufficiency()406 || txLinkSpeedMbps > mDeviceConfigFacade.getTxLinkSpeedLowThresholdMbps()) { in checkDataStallAndThroughputSufficiency()407 mTxTputKbps = (int) ((long) txLinkSpeedMbps * 1000 * (100 - txPer) / 100 in checkDataStallAndThroughputSufficiency()
668 int txLinkSpeedMbps = mWifiInfo.getTxLinkSpeedMbps(); in refreshTxSpeed() local669 mTxLinkSpeedPref.setVisible(txLinkSpeedMbps >= 0); in refreshTxSpeed()