Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java103 && link.rxSuccess <= rxgood in updateMloRates()
117 + (rxgood - link.rxSuccess) * 1000.0 / timeDelta * currentSampleWeight); in updateMloRates()
133 link.rxSuccess = rxgood; in updateMloRates()
145 && rxSuccess <= rxgood in updateWifiInfoRates()
158 + (rxgood - rxSuccess) * 1000.0 / timeDelta in updateWifiInfoRates()
172 rxSuccess = rxgood; in updateWifiInfoRates()
DWifiShellCommand.java2754 pw.println("successfulRxPackets: " + info.rxSuccess); in printWifiInfo()
DClientModeImpl.java6703 mWifiInfo.txSuccess, mWifiInfo.rxSuccess); in processMessageImpl()
DWifiMetrics.java7020 stats.rxmpdu_be = info.rxSuccess;
/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java151 rxSuccess = source.rxSuccess; in MloLink()
358 public long rxSuccess; field in MloLink
451 && rxSuccess == that.rxSuccess; in equals()
473 rxSuccess); in hashCode()
561 dest.writeLong(rxSuccess); in writeToParcel()
585 link.rxSuccess = in.readLong();
DWifiInfo.java348 public long rxSuccess; field in WifiInfo
551 rxSuccess = 0; in reset()
632 rxSuccess = source.rxSuccess; in WifiInfo()
1651 dest.writeLong(rxSuccess); in writeToParcel()
1713 info.rxSuccess = in.readLong();
1888 && Objects.equals(rxSuccess, thatWifiInfo.rxSuccess) in equals()
1945 rxSuccess, in hashCode()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java147 info.rxSuccess = TEST_RX_SUCCESS; in makeWifiInfoForRedactionTest()
181 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertNoRedaction()
258 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertLocationSensitiveRedaction()
321 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertLocalMacAddressInfoRedaction()
516 writeWifiInfo.rxSuccess = TEST_RX_SUCCESS; in testWifiInfoCopyConstructor()
541 assertEquals(TEST_RX_SUCCESS, readWifiInfo.rxSuccess); in testWifiInfoCopyConstructor()
879 assertEquals(0, link1.rxSuccess); in testMloLink()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLinkLayerStatsTest.java184 assertEquals(mWifiInfo.rxSuccess, n * rxg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
195 assertEquals(mloLink.rxSuccess, n * ((long) rxg)); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
DClientModeImplTest.java3985 assertEquals(llStats.rxmpdu_bk, wifiInfo.rxSuccess); in verifyConnectedModeRssiPolling()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2323 // when rxSuccess is 0
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1715 Landroid/net/wifi/WifiInfo;->rxSuccess:J