Searched refs:setLostTxPacketsPerSecond (Results 1 – 5 of 5) sorted by relevance
91 setLostTxPacketsPerSecond(getLostTxPacketsPerSecond() * lastSampleWeight in update()104 setLostTxPacketsPerSecond(0); in update()
2493 mWifiInfo.setLostTxPacketsPerSecond(0); in cleanWifiScore()
118 mWifiInfo.setLostTxPacketsPerSecond(.5); in allowLowRssiIfErrorRateIsLowAndSomeDataIsMoving()144 mWifiInfo.setLostTxPacketsPerSecond(0);
483 mWifiInfo.setLostTxPacketsPerSecond(0.01 * i); in testDataLogging()505 mWifiInfo.setLostTxPacketsPerSecond(0.0001 * i); in testDataLoggingLimit()
215 public void setLostTxPacketsPerSecond(double lostTxPacketsPerSecond) { in setLostTxPacketsPerSecond() method in WifiInfo