Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/connectivity/
DCellularBatteryStats.java46 private final long mNumBytesRx; field in CellularBatteryStats
98 mNumBytesRx = numBytesRx; in CellularBatteryStats()
123 out.writeLong(mNumBytesRx); in writeToParcel()
144 && this.mNumBytesRx == otherStats.mNumBytesRx in equals()
160 mNumBytesTx, mNumPacketsRx, mNumBytesRx, mSleepTimeMs, mIdleTimeMs, in hashCode()
222 return mNumBytesRx; in getNumBytesRx()
DWifiBatteryStats.java43 private final long mNumBytesRx; field in WifiBatteryStats
101 out.writeLong(mNumBytesRx); in writeToParcel()
125 && this.mNumBytesRx == otherStats.mNumBytesRx in equals()
145 mNumBytesTx, mNumPacketsRx, mNumBytesRx, mSleepTimeMillis, mScanTimeMillis, in hashCode()
165 mNumBytesRx = numBytesRx; in WifiBatteryStats()
241 return mNumBytesRx; in getNumBytesRx()