Searched refs:mobileTxTotalBytes (Results 1 – 2 of 2) sorted by relevance
218 public long mobileTxTotalBytes; field in RawBatteryStats.GlobalNetwork
3752 final long mobileTxTotalBytes = getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpCheckinLocked() local3762 mobileRxTotalBytes, mobileTxTotalBytes, wifiRxTotalBytes, wifiTxTotalBytes, in dumpCheckinLocked()4770 final long mobileTxTotalBytes = getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked() local4846 pw.print(" Cellular data sent: "); pw.println(formatBytesLocked(mobileTxTotalBytes)); in dumpLocked()