Searched refs:mobileRxBytes (Results 1 – 5 of 5) sorted by relevance
105 public long mobileRxBytes; field in BatterySipper225 mobileRxBytes += other.mobileRxBytes; in add()
93 app.mobileRxBytes = u.getNetworkActivityBytes(BatteryStats.NETWORK_MOBILE_RX_DATA, in calculateApp()
329 public long mobileRxBytes; field in RawBatteryStats.Network
5448 final long mobileRxBytes = u.getNetworkActivityBytes(NETWORK_MOBILE_RX_DATA, which); in dumpLocked()5475 if (mobileRxBytes > 0 || mobileTxBytes > 0 in dumpLocked()5478 pw.print(formatBytesLocked(mobileRxBytes)); pw.print(" received, "); in dumpLocked() argument
87718 Lcom/android/internal/os/BatterySipper;->mobileRxBytes:J