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.java3752 final long mobileTxTotalBytes = getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpCheckinLocked() local
3762 mobileRxTotalBytes, mobileTxTotalBytes, wifiRxTotalBytes, wifiTxTotalBytes, in dumpCheckinLocked()
4770 final long mobileTxTotalBytes = getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked() local
4846 pw.print(" Cellular data sent: "); pw.println(formatBytesLocked(mobileTxTotalBytes)); in dumpLocked()