Home
last modified time | relevance | path

Searched refs:txRetries (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java104 && link.txRetries <= txretries) { in updateMloRates()
120 + (txretries - link.txRetries) in updateMloRates()
134 link.txRetries = txretries; in updateMloRates()
146 && txRetries <= txretries) { in updateWifiInfoRates()
161 + (txretries - txRetries) * 1000.0 / timeDelta in updateWifiInfoRates()
173 txRetries = txretries; in updateWifiInfoRates()
DWifiShellCommand.java2750 pw.println("retriedTxPackets: " + info.txRetries); in printWifiInfo()
DClientModeImpl.java2328 sb.append(",").append(mWifiInfo.txRetries); in getLogRecString()
DWifiMetrics.java7018 stats.retries_be = info.txRetries;
/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java149 txRetries = source.txRetries; in MloLink()
346 public long txRetries; field in MloLink
449 && txRetries == that.txRetries in equals()
471 txRetries, in hashCode()
559 dest.writeLong(txRetries); in writeToParcel()
583 link.txRetries = in.readLong();
DWifiInfo.java338 public long txRetries; field in WifiInfo
552 txRetries = 0; in reset()
630 txRetries = source.txRetries; in WifiInfo()
1647 dest.writeLong(txRetries); in writeToParcel()
1709 info.txRetries = in.readLong();
1886 && Objects.equals(txRetries, thatWifiInfo.txRetries) in equals()
1943 txRetries, in hashCode()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLinkLayerStatsTest.java182 assertEquals(mWifiInfo.txRetries, n * txr); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
193 assertEquals(mloLink.txRetries, n * ((long) txr)); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
240 assertEquals(0, mWifiInfo.txRetries); in afterSourceSwitchTheRatesShouldGetReset()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java145 info.txRetries = TEST_TX_RETRIES; in makeWifiInfoForRedactionTest()
179 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertNoRedaction()
256 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertLocationSensitiveRedaction()
319 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertLocalMacAddressInfoRedaction()
514 writeWifiInfo.txRetries = TEST_TX_RETRIES; in testWifiInfoCopyConstructor()
539 assertEquals(TEST_TX_RETRIES, readWifiInfo.txRetries); in testWifiInfoCopyConstructor()
877 assertEquals(0, link1.txRetries); in testMloLink()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1726 Landroid/net/wifi/WifiInfo;->txRetries:J