Searched refs:mobileTxBytes (Results 1 – 4 of 4) sorted by relevance
467 long mobileTxBytes = mTelephonyFacade.getMobileTxBytes(); in handleTrafficStatsPoll() local469 long txBytesDelta = mobileTxBytes - mLastMobileTxBytes; in handleTrafficStatsPoll()492 mLastMobileTxBytes = mobileTxBytes; in handleTrafficStatsPoll()
332 public long mobileTxBytes; field in RawBatteryStats.Network
6106 final long mobileTxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_TX_DATA, which); in dumpLocked()6132 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()6136 pw.print(formatBytesLocked(mobileTxBytes)); in dumpLocked() argument
72648 Lcom/android/internal/os/BatterySipper;->mobileTxBytes:J