Searched refs:mobileTxBytes (Results 1 – 6 of 6) sorted by relevance
112 public long mobileTxBytes; field in BatterySipper243 mobileTxBytes += other.mobileTxBytes; in add()
192 app.mobileTxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_TX_DATA, in calculateApp()
406 long mobileTxBytes = mTelephonyFacade.getMobileTxBytes(); in handleTrafficStatsPoll() local408 long txBytesDelta = mobileTxBytes - mLastMobileTxBytes; in handleTrafficStatsPoll()414 mLastMobileTxBytes = mobileTxBytes; in handleTrafficStatsPoll()
332 public long mobileTxBytes; field in RawBatteryStats.Network
5500 final long mobileTxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked()5526 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()5530 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() argument
76614 Lcom/android/internal/os/BatterySipper;->mobileTxBytes:J