Home
last modified time | relevance | path

Searched refs:txSuccess (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java102 && link.txSuccess <= txgood in updateMloRates()
114 + (txgood - link.txSuccess) * 1000.0 / timeDelta * currentSampleWeight); in updateMloRates()
132 link.txSuccess = txgood; in updateMloRates()
144 && txSuccess <= txgood in updateWifiInfoRates()
155 + (txgood - txSuccess) * 1000.0 / timeDelta in updateWifiInfoRates()
171 txSuccess = txgood; in updateWifiInfoRates()
DWifiShellCommand.java2748 pw.println("successfulTxPackets: " + info.txSuccess); in printWifiInfo()
DClientModeImpl.java2326 sb.append(" txpkts=").append(mWifiInfo.txSuccess); in getLogRecString()
6703 mWifiInfo.txSuccess, mWifiInfo.rxSuccess); in processMessageImpl()
DWifiMetrics.java7017 stats.txmpdu_be = info.txSuccess;
/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java150 txSuccess = source.txSuccess; in MloLink()
352 public long txSuccess; field in MloLink
450 && txSuccess == that.txSuccess in equals()
472 txSuccess, in hashCode()
560 dest.writeLong(txSuccess); in writeToParcel()
584 link.txSuccess = in.readLong();
DWifiInfo.java343 public long txSuccess; field in WifiInfo
550 txSuccess = 0; in reset()
631 txSuccess = source.txSuccess; in WifiInfo()
1645 dest.writeLong(txSuccess); in writeToParcel()
1707 info.txSuccess = in.readLong();
1887 && Objects.equals(txSuccess, thatWifiInfo.txSuccess) in equals()
1944 txSuccess, in hashCode()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java144 info.txSuccess = TEST_TX_SUCCESS; in makeWifiInfoForRedactionTest()
178 assertEquals(TEST_TX_SUCCESS, info.txSuccess); in assertNoRedaction()
255 assertEquals(TEST_TX_SUCCESS, info.txSuccess); in assertLocationSensitiveRedaction()
318 assertEquals(TEST_TX_SUCCESS, info.txSuccess); in assertLocalMacAddressInfoRedaction()
513 writeWifiInfo.txSuccess = TEST_TX_SUCCESS; in testWifiInfoCopyConstructor()
538 assertEquals(TEST_TX_SUCCESS, readWifiInfo.txSuccess); in testWifiInfoCopyConstructor()
878 assertEquals(0, link1.txSuccess); in testMloLink()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLinkLayerStatsTest.java181 assertEquals(mWifiInfo.txSuccess, n * txg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
192 assertEquals(mloLink.txSuccess, n * ((long) txg)); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
DClientModeImplTest.java3984 assertEquals(llStats.txmpdu_be, wifiInfo.txSuccess); in verifyConnectedModeRssiPolling()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2322 // Minimum number of txSuccess to trigger a data stall
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1728 Landroid/net/wifi/WifiInfo;->txSuccess:J