Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiDataStall.java383 int txLinkSpeedMbps = wifiInfo.getLinkSpeed(); in checkDataStallAndThroughputSufficiency() local
403 if (txLinkSpeedMbps > 0) { in checkDataStallAndThroughputSufficiency()
406 || txLinkSpeedMbps > mDeviceConfigFacade.getTxLinkSpeedLowThresholdMbps()) { in checkDataStallAndThroughputSufficiency()
407 mTxTputKbps = (int) ((long) txLinkSpeedMbps * 1000 * (100 - txPer) / 100 in checkDataStallAndThroughputSufficiency()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/details2/
H A DWifiDetailPreferenceController2.java668 int txLinkSpeedMbps = mWifiInfo.getTxLinkSpeedMbps(); in refreshTxSpeed() local
669 mTxLinkSpeedPref.setVisible(txLinkSpeedMbps >= 0); in refreshTxSpeed()