Searched refs:mRxBytes (Results 1 – 2 of 2) sorted by relevance
27 private long mRxBytes; field in UidTraffic36 mRxBytes = rx; in UidTraffic()42 mRxBytes = in.readLong(); in UidTraffic()49 dest.writeLong(mRxBytes); in writeToParcel()54 mRxBytes = bytes; in setRxBytes()62 mRxBytes += bytes; in addRxBytes()74 return mRxBytes; in getRxBytes()88 return new UidTraffic(mAppUid, mRxBytes, mTxBytes); in clone()95 ", mRxBytes=" + mRxBytes + in toString()
206 private long mRxBytes; field in NetworkStats.Bucket317 return mRxBytes; in getRxBytes()497 bucketOut.mRxBytes = mRecycledSummaryEntry.rxBytes; in fillBucketFromSummaryEntry()546 bucketOut.mRxBytes = mRecycledHistoryEntry.rxBytes; in getNextHistoryBucket()