Searched refs:mTxBytes (Results 1 – 3 of 3) sorted by relevance
86 private long mTxBytes = 0; field in AggregatedMobileDataStatsPuller.MobileDataStats101 return mTxBytes; in getTxBytes()117 mTxBytes += txBytes; in addTxBytes()121 return mRxPackets == 0 && mTxPackets == 0 && mRxBytes == 0 && mTxBytes == 0; in isEmpty()
83 private long mTxBytes = 0; field in LinkBandwidthEstimatorTest134 mTxBytes += txBytes; in addTxBytes()135 when(mTelephonyFacade.getMobileTxBytes()).thenReturn(mTxBytes); in addTxBytes()
12220 long mTxBytes; field in BatteryStatsImpl.NetworkStatsDelta12241 return mTxBytes; in getTxBytes()12251 + ", mRxPackets=" + mRxPackets + ", mTxBytes=" + mTxBytes + ", mTxPackets=" in toString()12280 delta.mTxBytes = Math.max(0, entry.getTxBytes() - lastEntry.getTxBytes()); in computeDelta()12285 delta.mTxBytes = entry.getTxBytes(); in computeDelta()