OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTxBytes
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
UidTraffic.java
28
private long
mTxBytes
;
37
mTxBytes
= tx;
43
mTxBytes
= in.readLong();
50
dest.writeLong(
mTxBytes
);
58
mTxBytes
= bytes;
66
mTxBytes
+= bytes;
78
return
mTxBytes
;
88
return new UidTraffic(mAppUid, mRxBytes,
mTxBytes
);
96
",
mTxBytes
=" +
mTxBytes
[
all
...]
/frameworks/base/core/java/android/app/usage/
NetworkStats.java
208
private long
mTxBytes
;
326
return
mTxBytes
;
499
bucketOut.
mTxBytes
= mRecycledSummaryEntry.txBytes;
548
bucketOut.
mTxBytes
= mRecycledHistoryEntry.txBytes;
Completed in 98 milliseconds