Searched refs:mTxBytes (Results 1 – 2 of 2) sorted by relevance
29 private long mTxBytes; field in UidTraffic38 mTxBytes = tx; in UidTraffic()44 mTxBytes = in.readLong(); in UidTraffic()51 dest.writeLong(mTxBytes); in writeToParcel()59 mTxBytes = bytes; in setTxBytes()67 mTxBytes += bytes; in addTxBytes()79 return mTxBytes; in getTxBytes()89 return new UidTraffic(mAppUid, mRxBytes, mTxBytes); in clone()95 + mTxBytes + '}'; in toString()
278 private long mTxBytes; field in NetworkStats.Bucket451 return mTxBytes; in getTxBytes()620 bucketOut.mTxBytes = mRecycledSummaryEntry.txBytes; in fillBucketFromSummaryEntry()672 bucketOut.mTxBytes = mRecycledHistoryEntry.txBytes; in getNextHistoryBucket()