Searched refs:mLostTxPacketsPerSecond (Results 1 – 1 of 1) sorted by relevance
321 private double mLostTxPacketsPerSecond; field in WifiInfo329 return mLostTxPacketsPerSecond; in getLostTxPacketsPerSecond()334 mLostTxPacketsPerSecond = lostTxPacketsPerSecond; in setLostTxPacketsPerSecond()474 mLostTxPacketsPerSecond = 0; in reset()530 mLostTxPacketsPerSecond = source.mLostTxPacketsPerSecond; in WifiInfo()1265 dest.writeDouble(mLostTxPacketsPerSecond); in writeToParcel()1319 info.mLostTxPacketsPerSecond = in.readDouble();1467 && Objects.equals(mLostTxPacketsPerSecond, thatWifiInfo.mLostTxPacketsPerSecond) in equals()1515 mLostTxPacketsPerSecond, in hashCode()