Home
last modified time | relevance | path

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

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DRawBatteryStats.java218 public long mobileTxTotalBytes; field in RawBatteryStats.GlobalNetwork
/frameworks/base/core/java/android/os/
DBatteryStats.java3804 final long mobileTxTotalBytes = getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpCheckinLocked() local
3814 mobileRxTotalBytes, mobileTxTotalBytes, wifiRxTotalBytes, wifiTxTotalBytes, in dumpCheckinLocked()
4822 final long mobileTxTotalBytes = getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked() local
4898 pw.print(" Cellular data sent: "); pw.println(formatBytesLocked(mobileTxTotalBytes)); in dumpLocked()