Searched refs:txRetries (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ExtendedWifiInfo.java | 104 && 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()
|
D | WifiShellCommand.java | 2750 pw.println("retriedTxPackets: " + info.txRetries); in printWifiInfo()
|
D | ClientModeImpl.java | 2328 sb.append(",").append(mWifiInfo.txRetries); in getLogRecString()
|
D | WifiMetrics.java | 7018 stats.retries_be = info.txRetries;
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | MloLink.java | 149 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();
|
D | WifiInfo.java | 338 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/ |
D | WifiLinkLayerStatsTest.java | 182 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/ |
D | WifiInfoTest.java | 145 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 1726 Landroid/net/wifi/WifiInfo;->txRetries:J
|