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