Home
last modified time | relevance | path

Searched refs:mLostTxPacketsPerSecond (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DMloLink.java144 mLostTxPacketsPerSecond = source.mLostTxPacketsPerSecond; in MloLink()
366 private double mLostTxPacketsPerSecond; field in MloLink
374 return mLostTxPacketsPerSecond; in getLostTxPacketsPerSecond()
379 mLostTxPacketsPerSecond = lostTxPacketsPerSecond; in setLostTxPacketsPerSecond()
446 && mLostTxPacketsPerSecond == that.mLostTxPacketsPerSecond in equals()
468 mLostTxPacketsPerSecond, in hashCode()
554 dest.writeDouble(mLostTxPacketsPerSecond); in writeToParcel()
578 link.mLostTxPacketsPerSecond = in.readDouble();
DWifiInfo.java350 private double mLostTxPacketsPerSecond; field in WifiInfo
366 return mLostTxPacketsPerSecond; in getLostTxPacketsPerSecond()
371 mLostTxPacketsPerSecond = lostTxPacketsPerSecond; in setLostTxPacketsPerSecond()
553 mLostTxPacketsPerSecond = 0; in reset()
633 mLostTxPacketsPerSecond = source.mLostTxPacketsPerSecond; in WifiInfo()
1650 dest.writeDouble(mLostTxPacketsPerSecond); in writeToParcel()
1712 info.mLostTxPacketsPerSecond = in.readDouble();
1889 && Objects.equals(mLostTxPacketsPerSecond, thatWifiInfo.mLostTxPacketsPerSecond) in equals()
1946 mLostTxPacketsPerSecond, in hashCode()