Searched refs:txRetries (Results 1 – 8 of 8) sorted by relevance
83 && txRetries <= txretries) { in update()98 + (txretries - txRetries) * 1000.0 / timeDelta in update()110 txRetries = txretries; in update()
1437 pw.println("retriedTxPackets: " + info.txRetries); in printWifiInfo()
1838 sb.append(",").append(mWifiInfo.txRetries);
6224 stats.retries_be = info.txRetries;
309 public long txRetries; field in WifiInfo473 txRetries = 0; in reset()527 txRetries = source.txRetries; in WifiInfo()1262 dest.writeLong(txRetries); in writeToParcel()1316 info.txRetries = in.readLong();1464 && Objects.equals(txRetries, thatWifiInfo.txRetries) in equals()1512 txRetries, in hashCode()
70 info.txRetries = TEST_TX_RETRIES; in makeWifiInfoForNoRedactions()97 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertNoRedaction()164 info.txRetries = TEST_TX_RETRIES; in makeWifiInfoForLocationSensitiveRedaction()191 assertEquals(TEST_TX_RETRIES, info.txRetries); in assertLocationSensitiveRedaction()413 writeWifiInfo.txRetries = TEST_TX_RETRIES; in testWifiInfoCopyConstructor()433 assertEquals(TEST_TX_RETRIES, readWifiInfo.txRetries); in testWifiInfoCopyConstructor()
112 assertEquals(mWifiInfo.txRetries, n * txr); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()158 assertEquals(0, mWifiInfo.txRetries); in afterSourceSwitchTheRatesShouldGetReset()
1726 Landroid/net/wifi/WifiInfo;->txRetries:J