Home
last modified time | relevance | path

Searched refs:getTxBytes (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DUidTraffic.java77 public long getTxBytes() { in getTxBytes() method in UidTraffic
/frameworks/base/core/java/android/net/
DTrafficStats.java389 total += getTxBytes(iface); in getMobileTxBytes()
446 public static long getTxBytes(String iface) { in getTxBytes() method in TrafficStats
/frameworks/base/core/java/android/app/usage/
DNetworkStats.java325 public long getTxBytes() { in getTxBytes() method in NetworkStats.Bucket
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java9217 traffic.getTxBytes()); in updateBluetoothStateLocked()
9222 u.noteNetworkActivityLocked(NETWORK_BT_TX_DATA, traffic.getTxBytes(), 0); in updateBluetoothStateLocked()
9225 totalTxBytes += traffic.getTxBytes(); in updateBluetoothStateLocked()
9249 if (totalTxBytes > 0 && traffic.getTxBytes() > 0) { in updateBluetoothStateLocked()
9250 final long timeTxMs = (leftOverTxTimeMs * traffic.getTxBytes()) / totalTxBytes; in updateBluetoothStateLocked()
9253 Slog.d(TAG, "UID=" + traffic.getUid() + " tx_bytes=" + traffic.getTxBytes() in updateBluetoothStateLocked()
/frameworks/base/api/
Dcurrent.txt6456 method public long getTxBytes();
Dsystem-current.txt6748 method public long getTxBytes();
Dtest-current.txt6465 method public long getTxBytes();