Searched refs:mobileTxBytes (Results 1 – 3 of 3) sorted by relevance
93 public long mobileTxBytes; field in BatterySipper194 mobileTxBytes += other.mobileTxBytes; in add()
73 app.mobileTxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_TX_DATA, in calculateApp()
4548 final long mobileTxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked() local4574 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()4578 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked()