Searched refs:mTxBytes (Results 1 – 2 of 2) sorted by relevance
28 private long mTxBytes; field in UidTraffic37 mTxBytes = tx; in UidTraffic()43 mTxBytes = in.readLong(); in UidTraffic()50 dest.writeLong(mTxBytes); in writeToParcel()58 mTxBytes = bytes; in setTxBytes()66 mTxBytes += bytes; in addTxBytes()78 return mTxBytes; in getTxBytes()88 return new UidTraffic(mAppUid, mRxBytes, mTxBytes); in clone()96 ", mTxBytes=" + mTxBytes + in toString()
208 private long mTxBytes; field in NetworkStats.Bucket326 return mTxBytes; in getTxBytes()499 bucketOut.mTxBytes = mRecycledSummaryEntry.txBytes; in fillBucketFromSummaryEntry()548 bucketOut.mTxBytes = mRecycledHistoryEntry.txBytes; in getNextHistoryBucket()