Searched refs:txSuccess (Results 1 – 5 of 5) sorted by relevance
74 && txSuccess <= txgood in update()85 + (txgood - txSuccess) * 1000.0 / timeDelta in update()101 txSuccess = txgood; in update()
2220 sb.append(" txpkts=").append(mWifiInfo.txSuccess); in getLogRecString()
120 public long txSuccess; field in WifiInfo182 txSuccess = 0; in reset()211 txSuccess = source.txSuccess; in WifiInfo()
105 assertEquals(mWifiInfo.txSuccess, n * txg); in checkThatAverageRatesConvergeToTheRightValuesAndTotalsAreRight()
2174 assertEquals(llStats.txmpdu_be, wifiInfo.txSuccess); in verifyConnectedModeRssiPolling()