Searched refs:mRxBytes (Results 1 – 3 of 3) sorted by relevance
85 private long mRxBytes = 0; field in AggregatedMobileDataStatsPuller.MobileDataStats97 return mRxBytes; in getRxBytes()113 mRxBytes += rxBytes; in addRxBytes()121 return mRxPackets == 0 && mTxPackets == 0 && mRxBytes == 0 && mTxBytes == 0; in isEmpty()
84 private long mRxBytes = 0; field in LinkBandwidthEstimatorTest139 mRxBytes += rxBytes; in addRxBytes()140 when(mTelephonyFacade.getMobileRxBytes()).thenReturn(mRxBytes); in addRxBytes()144 mRxBytes -= rxBytes; in subtractRxBytes()145 when(mTelephonyFacade.getMobileRxBytes()).thenReturn(mRxBytes); in subtractRxBytes()
12218 long mRxBytes; field in BatteryStatsImpl.NetworkStatsDelta12233 return mRxBytes; in getRxBytes()12250 return "NetworkStatsDelta{mUid=" + mUid + ", mSet=" + mSet + ", mRxBytes=" + mRxBytes in toString()12278 delta.mRxBytes = Math.max(0, entry.getRxBytes() - lastEntry.getRxBytes()); in computeDelta()12283 delta.mRxBytes = entry.getRxBytes(); in computeDelta()