Searched refs:mobileTxBytes (Results 1 – 5 of 5) sorted by relevance
106 public long mobileTxBytes; field in BatterySipper224 mobileTxBytes += other.mobileTxBytes; in add()
95 app.mobileTxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_TX_DATA, in calculateApp()
332 public long mobileTxBytes; field in RawBatteryStats.Network
5397 final long mobileTxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked()5423 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()5427 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() argument
94050 Lcom/android/internal/os/BatterySipper;->mobileTxBytes:J