Searched refs:rxSuccess (Results 1 – 10 of 10) sorted by relevance
82 && rxSuccess <= rxgood in update()95 + (rxgood - rxSuccess) * 1000.0 / timeDelta in update()109 rxSuccess = rxgood; in update()
1441 pw.println("successfulRxPackets: " + info.rxSuccess); in printWifiInfo()
5056 mWifiInfo.txSuccess, mWifiInfo.rxSuccess);
6226 stats.rxmpdu_be = info.rxSuccess;
319 public long rxSuccess; field in WifiInfo472 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()
72 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()
114 assertEquals(mWifiInfo.rxSuccess, n * rxg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
2975 assertEquals(llStats.rxmpdu_bk, wifiInfo.rxSuccess); in verifyConnectedModeRssiPolling()
2305 // when rxSuccess is 0
1715 Landroid/net/wifi/WifiInfo;->rxSuccess:J