Home
last modified time | relevance | path

Searched refs:mTxBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DUidTraffic.java28 private long mTxBytes; field in UidTraffic
37 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()
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java208 private long mTxBytes; field in NetworkStats.Bucket
326 return mTxBytes; in getTxBytes()
499 bucketOut.mTxBytes = mRecycledSummaryEntry.txBytes; in fillBucketFromSummaryEntry()
548 bucketOut.mTxBytes = mRecycledHistoryEntry.txBytes; in getNextHistoryBucket()