Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java82 && rxSuccess <= rxgood in update()
95 + (rxgood - rxSuccess) * 1000.0 / timeDelta in update()
109 rxSuccess = rxgood; in update()
DWifiShellCommand.java1441 pw.println("successfulRxPackets: " + info.rxSuccess); in printWifiInfo()
DClientModeImpl.java5056 mWifiInfo.txSuccess, mWifiInfo.rxSuccess);
DWifiMetrics.java6226 stats.rxmpdu_be = info.rxSuccess;
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiInfo.java319 public long rxSuccess; field in WifiInfo
472 rxSuccess = 0; in reset()
529 rxSuccess = source.rxSuccess; in WifiInfo()
1266 dest.writeLong(rxSuccess); in writeToParcel()
1320 info.rxSuccess = in.readLong();
1466 && Objects.equals(rxSuccess, thatWifiInfo.rxSuccess) in equals()
1514 rxSuccess, in hashCode()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java72 info.rxSuccess = TEST_RX_SUCCESS; in makeWifiInfoForNoRedactions()
99 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertNoRedaction()
166 info.rxSuccess = TEST_RX_SUCCESS; in makeWifiInfoForLocationSensitiveRedaction()
193 assertEquals(TEST_RX_SUCCESS, info.rxSuccess); in assertLocationSensitiveRedaction()
415 writeWifiInfo.rxSuccess = TEST_RX_SUCCESS; in testWifiInfoCopyConstructor()
435 assertEquals(TEST_RX_SUCCESS, readWifiInfo.rxSuccess); in testWifiInfoCopyConstructor()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiLinkLayerStatsTest.java114 assertEquals(mWifiInfo.rxSuccess, n * rxg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
DClientModeImplTest.java2975 assertEquals(llStats.rxmpdu_bk, wifiInfo.rxSuccess); in verifyConnectedModeRssiPolling()
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2305 // when rxSuccess is 0
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1715 Landroid/net/wifi/WifiInfo;->rxSuccess:J